Skip to content

Commit b6dcfdd

Browse files
committed
Merge branch 'master' of github.com:squizlabs/PHP_CodeSniffer
2 parents ee0f50b + 8ea0388 commit b6dcfdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributing
44
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:
55

66
cd PHP_CodeSniffer
7-
php scripts/phpcs . --standard=PHPCS -np
7+
php scripts/phpcs
88

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

0 commit comments

Comments
 (0)