Skip to content

Commit 31b2c48

Browse files
xaloppmmoll
authored andcommitted
change PHPCS 3.x paths in readme file
1 parent 053e8e4 commit 31b2c48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ If you contribute code to these sniffs, please make sure it conforms to the PHPC
5656

5757
To check the coding standard, run in the repository root:
5858

59-
phpcs --ignore=Tests --standard=PHPCS . -n
59+
bin/phpcs --ignore='*/vendor/*'
6060

6161
The unit-tests are run from within the PHP_CodeSniffer directory
6262

6363
* clone the [CodeSniffer repository](https://github.com/squizlabs/PHP_CodeSniffer)
64-
* symlink, copy or clone the [Symfony Coding Standard](https://github.com/djoos/Symfony-coding-standard) and symlink, copy or move its `Symfony` subdirectory to `CodeSniffer/Standards/Symfony`
65-
* symlink, copy or clone this repository to `CodeSniffer/Standards/MO4`
64+
* symlink, copy or clone the [Symfony Coding Standard](https://github.com/djoos/Symfony-coding-standard) and symlink, copy or move its `Symfony` subdirectory to `src/Standards/Symfony`
65+
* symlink, copy or clone this repository to `src/Standards/MO4`
6666
* from the CodeSniffer repository root run `phpunit --filter MO4`
6767

6868
## Credit

0 commit comments

Comments
 (0)