PHPCS Config
Yet another PHP coding standard.
Installation
composer require isnotdefined/phpcs-config
Usage
Refer the coding standard inside your phpcs.xml
file:
<ruleset>
<rule ref="vendor/isnotdefined/phpcs-config/phpcs.xml" />
</ruleset>
Yet another PHP coding standard