We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3041b1 + 3cae05e commit 7b93a2dCopy full SHA for 7b93a2d
README.md
@@ -63,6 +63,11 @@ You can verify your code by running
63
$ vendor/bin/phpunit
64
```
65
66
+Also, verify that the sniffer code itself is written according to the Magento Coding Standard:
67
+```
68
+$ vendor/bin/phpcs --standard=Magento2 Magento2/ --extensions=php
69
70
+
71
## License
72
Each Magento source file included in this distribution is licensed under OSL-3.0 license.
73
0 commit comments