Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DeGraciaMathieu authored Jul 13, 2023
1 parent 9907dee commit 05e63dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,19 @@ Alternately, you can directly use composer :
composer require degraciamathieu/php-wording-detector --dev
```
# Usage

By default only variables are analyzed :

```
php php-wording-detector inspect {path}
```

The `--with-method` option allows to parse the name of the methods :

```
php php-wording-detector inspect {path} --with-method
```

```
$ php php-wording-detector inspect app/Domains/Activity
❀ PHP Wording Detector ❀
Expand Down

0 comments on commit 05e63dd

Please sign in to comment.