Skip to content

Commit 788c46a

Browse files
committed
Fixed old phpcs command + output info
1 parent f33ceeb commit 788c46a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ 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
7+
php bin/phpcs
88

9-
Which should give you no output, indicating that there are no coding standard errors. And then:
9+
Which should display no coding standard errors. And then:
1010

1111
phpunit
1212

13-
Which should give you no failures or errors. You can ignore any skipped tests as these are for external tools.
13+
Which should give you no failures or errors. You can ignore any skipped tests as these are for external tools.

0 commit comments

Comments
 (0)