// Install squizlabs/php_codesniffer globally and ensure
// composer is in your path
\!h composer global require squizlabs/php_codesniffer:^3.0
// Check to see if youre code is PSR2 valid
\!h phpcbf src/ tests/
// Helper to clean your php and make it PSR2 valid
// Change src/ and tests/ to your directories
\!h phpcbf src/ tests/