This file contains 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
# run without fixing items | |
php ~/git/PHP_CodeSniffer/bin/phpcs -n --extensions=php,inc --standard=ci/phpcs.xml --report=full . | |
# run and fix items | |
php ~/git/PHP_CodeSniffer/bin/phpcbf -n --extensions=php,inc --standard=ci/phpcs.xml . |