This is a set of rules for PHP CodeSniffer that checks for SPIP Coding Standard and PHP Compatibility for SPIP v4.0+.
composer require --dev dealerdirect/phpcodesniffer-composer-installer spip/coding-standards
vendor/bin/phpcs --standard=SCS1 /path/to/file
or create a phpcs.xml
file containing this:
<?xml version="1.0"?>
<ruleset>
<file>/path/to/file</file>
<rule ref="SCS1" />
</ruleset>
and run :
vendor/bin/phpcs