From cad386e65f740f46cc0987020f7d7ec9abd9bd51 Mon Sep 17 00:00:00 2001 From: Eloi Poch Date: Wed, 8 Jan 2014 20:40:20 +0100 Subject: [PATCH] improve documentation about the code style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a5a75c..d54a17a 100644 --- a/README.md +++ b/README.md @@ -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