Skip to content

Commit 178d957

Browse files
committed
2 parents a3e0453 + b78c46a commit 178d957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Or if you wish to check an entire directory you can specify the directory locati
8484

8585
$ phpcs /path/to/code-directory
8686

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

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

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

0 commit comments

Comments
 (0)