Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Nov 2, 2020
2 parents a3e0453 + b78c46a commit 178d957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ Or if you wish to check an entire directory you can specify the directory locati

$ phpcs /path/to/code-directory

If you wish to check your code against the PSR-2 coding standard, use the `--standard` command line argument:
If you wish to check your code against the PSR-12 coding standard, use the `--standard` command line argument:

$ phpcs --standard=PSR2 /path/to/code-directory
$ phpcs --standard=PSR12 /path/to/code-directory

If PHP_CodeSniffer finds any coding standard errors, a report will be shown after running the command.

Expand Down

0 comments on commit 178d957

Please sign in to comment.