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
The MO4 Coding Standard is an extension of the [Symfony Coding Standard](http://symfony.com/doc/current/contributing/code/standards.html) and adds following rules:
15
15
@@ -38,8 +38,9 @@ The MO4 Coding Standard is an extension of the [Symfony Coding Standard](http://
4. Select the MO4 ruleset as your default coding standard:
45
46
@@ -60,7 +61,7 @@ To check the coding standard, run in the repository root:
60
61
The unit-tests are run from within the PHP_CodeSniffer directory
61
62
62
63
* clone the [CodeSniffer repository](https://github.com/squizlabs/PHP_CodeSniffer)
63
-
* symlink, copy or clone the [Symfony Coding Standard](https://github.com/xalopp/symfony-coding-standard) and symlink, copy or move it to `CodeSniffer/Standards/Symfony`
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`
64
65
* symlink, copy or clone this repository to `CodeSniffer/Standards/MO4`
65
66
* from the CodeSniffer repository root run `phpunit --filter MO4`
0 commit comments