Last active
January 7, 2020 15:41
-
-
Save marceloglacial/3ea68bdf9810b8176efdeefc8908cee3 to your computer and use it in GitHub Desktop.
PHP CodeSniffer global install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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