We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b79055f + f7853da commit 8c978caCopy full SHA for 8c978ca
README.md
@@ -36,7 +36,7 @@ $ vendor/bin/phpcs -i
36
### Usage
37
Once installed, you can run `phpcs` from the command-line to analyse your code `MyAwesomeExtension`
38
```
39
-$ vendor/bin/phpcs --standard=Magento app/code/MyAwesomeExtension
+$ vendor/bin/phpcs --standard=Magento2 app/code/MyAwesomeExtension
40
41
## Where to contribute
42
- Documentation of existing rules. See [ExtDN PHP CodeSniffer rules for Magento 2](https://github.com/extdn/extdn-phpcs) as a good example.
0 commit comments