You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bruno P. Kinoshita edited this page Apr 6, 2016
·
1 revision
You have to install phpcs. There are different ways to install it. One option is to run.
composer global require "squizlabs/php_codesniffer=*"
And then add ~/.composer/vendor/bin/ to your PATH environment variable. After that you should be able to run phpcs from within the project working directory.