Skip to content

Commit cad386e

Browse files
eloipochDominik Liebler
authored andcommitted
improve documentation about the code style
1 parent accd7c7 commit cad386e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The patterns can be structured in roughly three different categories. Please cli
5050
## Contribute
5151

5252
Please feel free to fork and extend existing or add your own examples and send a pull request with your changes!
53-
To establish a consistent code quality, please check your code using [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) against [this standard](https://github.com/domnikl/Symfony2-coding-standard).
53+
To establish a consistent code quality, please check your code using [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) against [PSR2 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) using `./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor .`.
5454

5555
## License
5656

0 commit comments

Comments
 (0)