SupportPal PHPCS coding standard.
composer require supportpal/coding-standard --dev
phpcs standard=vendor/supportpal/coding-standard .
Create a phpcs.xml
file:
<?xml version="1.0"?>
<ruleset name="CustomSupportPal">
<description>Custom PHPCS config based on the SupportPal coding standard.</description>
<rule ref="vendor/supportpal/coding-standard" />
</ruleset>