Skip to content

Commit 7b93a2d

Browse files
authored
Merge branch 'develop' into 86-index-comment-closer
2 parents d3041b1 + 3cae05e commit 7b93a2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ You can verify your code by running
6363
$ vendor/bin/phpunit
6464
```
6565

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+
6671
## License
6772
Each Magento source file included in this distribution is licensed under OSL-3.0 license.
6873

0 commit comments

Comments
 (0)