We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3e0453 + b78c46a commit 178d957Copy full SHA for 178d957
README.md
@@ -84,9 +84,9 @@ Or if you wish to check an entire directory you can specify the directory locati
84
85
$ phpcs /path/to/code-directory
86
87
-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:
88
89
- $ phpcs --standard=PSR2 /path/to/code-directory
+ $ phpcs --standard=PSR12 /path/to/code-directory
90
91
If PHP_CodeSniffer finds any coding standard errors, a report will be shown after running the command.
92
0 commit comments