This standard copy Symfony2 one with following changes:
- Concatenation spacing equal 1
This standard can be installed with the Composer dependency manager.
Install the coding standard as a dependency of your project
composer require --dev youshido/cs-code-standard
Run CodeSniffer with following parameters to check your project code style:
./vendor/bin/phpcs --encoding=utf-8 --extensions=php --standard=./vendor/youshido/cs-code-standard ./src -p