Skip to content

Commit

Permalink
Adding PSR12 to documentation
Browse files Browse the repository at this point in the history
Since PHP-CS-Fixer/PHP-CS-Fixer#4502 has been merged and is now supported, the documentation should mention this too
  • Loading branch information
ChrisB9 committed Oct 24, 2019
1 parent 5589fac commit 0282977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tasks/phpcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This parameter will describe which standard/s is being used to validate your cod
By default it is set to null so that the Phpcs defaults are being used.
Phpcs will be using the PEAR or local `phpcs.xml` standard by default.
You can configure this task to use any standard supported by the Phpcs CLI.
For Example: `PEAR`, `PHPCS`, `PSR1`, `PSR2`, `Squiz` and `Zend`
For Example: `PEAR`, `PHPCS`, `PSR1`, `PSR2`, `PSR12`, `Squiz` and `Zend`

You can get a list of all installed phpcs standards with the command:

Expand Down

0 comments on commit 0282977

Please sign in to comment.