Some additional sniffs for use with phpcs.
Add the following to your composer.json file:
{
"repositories": [
{
"type": "vcs",
"url": "git@github.com:saatchiart/phpcs.git"
},
]
}Then run the following command:
composer require --dev saatchiart/phpcsThis will install the SaatchiArtCodingStandard sniffs into your project. You can verify that the sniffs are installed by running:
./vendor/bin/phpcs --standard=SaatchiArtCodingStandard -e