colinodell / phpcs-magento
This package is abandoned and no longer maintained.
The author suggests using the magento/magento-coding-standard package instead.
phpcs code sniffs for Magento
Package info
github.com/colinodell/phpcs-magento
Type:phpcodesniffer-standard
pkg:composer/colinodell/phpcs-magento
v2.0.0
2019-03-07 17:15 UTC
Requires
- php: >=5.4.0
- squizlabs/php_codesniffer: ^3.3.1
Conflicts
- squizlabs/php_codesniffer: <3 || >=4
This package is auto-updated.
Last update: 2022-07-10 10:40:46 UTC
README
Based off the Zend standards, plus some logical inclusions like:
- Ensuring proper indentation and line endings
- Disallowing temporary debug functions and commented-out code
- etc.