We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3c684 commit 327dc69Copy full SHA for 327dc69
README.md
@@ -43,6 +43,7 @@ Once installed, you can run `phpcs` from the command-line to analyse your code `
43
$ vendor/bin/phpcs --standard=Magento2 app/code/MyAwesomeExtension
44
```
45
46
+### Fixing issues automatically
47
Also you can run `phpcbf` from the command-line to fix your code `MyAwesomeExtension` for warnings like
48
"PHPCBF CAN FIX THE [0-9]+ MARKED SNIFF VIOLATIONS AUTOMATICALLY"
49
0 commit comments