Skip to content

Instantly share code, notes, and snippets.

@marceloglacial
Last active January 7, 2020 15:41
Show Gist options
  • Select an option

  • Save marceloglacial/3ea68bdf9810b8176efdeefc8908cee3 to your computer and use it in GitHub Desktop.

Select an option

Save marceloglacial/3ea68bdf9810b8176efdeefc8908cee3 to your computer and use it in GitHub Desktop.
PHP CodeSniffer global install
curl -sSL https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar -o phpcbf.phar
chmod a+x phpcbf.phar
sudo mv phpcbf.phar /usr/local/bin/phpcbf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment