Skip to content

Commit

Permalink
Merge branch 'master' of github.com:squizlabs/PHP_CodeSniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Aug 10, 2016
2 parents ee0f50b + 8ea0388 commit b6dcfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributing
Before you contribute code to PHP\_CodeSniffer, please make sure it conforms to the PHPCS coding standard and that the PHP\_CodeSniffer unit tests still pass. The easiest way to contribute is to work on a checkout of the repository, or your own fork, rather than an installed PEAR version. If you do this, you can run the following commands to check if everything is ready to submit:

cd PHP_CodeSniffer
php scripts/phpcs . --standard=PHPCS -np
php scripts/phpcs

Which should give you no output, indicating that there are no coding standard errors. And then:

Expand Down

0 comments on commit b6dcfdd

Please sign in to comment.