We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79055f commit f7853daCopy full SHA for f7853da
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