Skip to content

Commit 8ea0388

Browse files
authored
Merge pull request #1107 from ofbeaton/contributing.md
contributing.md remove args so it uses phpcs.xml.dist
2 parents ee0b069 + eb20739 commit 8ea0388

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)