added hint to coding standard in README

This commit is contained in:
Dominik Liebler
2013-09-21 22:28:09 +02:00
parent f6651bafaa
commit 8ec5e0de14

View File

@@ -49,6 +49,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).
## License