PHP Code Sniffer is available via composer, the standard used is defined in phpcs.xml.diff:
composer phpcsPHPStan is run at level 4, you can check for errors locally using:
composer phpstanIf you want to regenerate the PHPStan's baseline run the following command:
vendor/bin/phpstan analyse --generate-baselineThe ClientHelperBundle has a strong dependency on CommonBundle.