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