From 8ec5e0de147535deb663a5aaea3429608abb0dd3 Mon Sep 17 00:00:00 2001 From: Dominik Liebler Date: Sat, 21 Sep 2013 22:28:09 +0200 Subject: [PATCH] added hint to coding standard in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb90373..09d628a 100644 --- a/README.md +++ b/README.md @@ -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