Skip to content

Instantly share code, notes, and snippets.

@yvoronoy
Created June 7, 2016 13:52
Show Gist options
  • Save yvoronoy/072473be12ad7257c169d40b8c80caa0 to your computer and use it in GitHub Desktop.
Save yvoronoy/072473be12ad7257c169d40b8c80caa0 to your computer and use it in GitHub Desktop.
function m2sniff()
{
phpcs --standard=EcgM2,PSR1,PSR2 $1;
vendor/bin/phpmd $1 text cleancode, codesize, controversial, design, naming, unusedcode
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment