File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This standard can be installed with the [Composer](https://getcomposer.org/) dep
5
5
1 . Add the coding standard as a dependency of your project
6
6
7
7
```
8
- composer require --dev vincentlanglet/symfony3 -custom-coding-standard
8
+ composer require --dev vincentlanglet/symfony -custom-coding-standard
9
9
```
10
10
11
11
2 . Add the coding standard to the PHP_CodeSniffer install path
@@ -14,7 +14,7 @@ The path is relative to the php_codesniffer install path.
14
14
This is important to make it work both in your vagrant, local machine and PHPStorm
15
15
16
16
```
17
- bin/phpcs --config-set installed_paths ../../vincentlanglet/symfony3 -custom-coding-standard
17
+ bin/phpcs --config-set installed_paths ../../vincentlanglet/symfony -custom-coding-standard
18
18
```
19
19
20
20
3 . Check the installed coding standards
You can’t perform that action at this time.
0 commit comments