DEPRECATED: use instead wizaplace/phpcs
Wizaplace's pragmatic PHP standard based on the Symfony coding standards.
Install dependencies :
$ composer require --dev wizaplace/php-coding-standard
To use it with Coke, just add this line to your .coke
:
standard=vendor/wizaplace/php-coding-standard/Wizaplace
If you are using PHP CodeSniffer, you can set it up with a phpcs.xml
file:
<?xml version="1.0"?>
<ruleset>
<rule ref="vendor/wizaplace/php-coding-standard/Wizaplace/ruleset.xml"/>
</ruleset>
Developped by Wizaplace using djoos/Symfony2-coding-standard.
This project is licensed under the MIT license.