You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,13 +56,13 @@ If you contribute code to these sniffs, please make sure it conforms to the PHPC
56
56
57
57
To check the coding standard, run in the repository root:
58
58
59
-
phpcs --ignore=Tests --standard=PHPCS . -n
59
+
bin/phpcs --ignore='*/vendor/*'
60
60
61
61
The unit-tests are run from within the PHP_CodeSniffer directory
62
62
63
63
* 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`
66
66
* from the CodeSniffer repository root run `phpunit --filter MO4`
0 commit comments