improve documentation about the code style

This commit is contained in:
Eloi Poch
2014-01-08 20:40:20 +01:00
committed by Dominik Liebler
parent accd7c7ecf
commit cad386e65f

View File

@@ -50,7 +50,7 @@ The patterns can be structured in roughly three different categories. Please cli
## Contribute
Please feel free to fork and extend existing or add your own examples and send a pull request with your changes!
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).
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 .`.
## License