Skip to content

Commit 7e6eb2a

Browse files
committed
Add missing PSR12 standard to installed standards list
... and remove the PHPCS standard which was removed in PHPCS 3.0.
1 parent 7dde70d commit 7e6eb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Multiple coding standards can be checked at the same time by passing a list of c
238238
PHP_CodeSniffer can print you a list of the coding standards that are installed so that you can correctly specify a coding standard to use for testing. You can print this list by specifying the `-i` command line argument.
239239

240240
$ phpcs -i
241-
The installed coding standards are MySource, PEAR, PHPCS, PSR1, PSR2, Squiz and Zend
241+
The installed coding standards are MySource, PEAR, PSR1, PSR2, PSR12, Squiz and Zend
242242

243243
<p align="right"><a href="#table-of-contents">back to top</a></p>
244244

0 commit comments

Comments
 (0)