Skip to content

Releases: magento/magento-coding-standard

1.0.0

27 Mar 14:19
b79055f

Choose a tag to compare

🚀 Initial release of Magento Coding Standard - the result of MEQP and Magento 2 core rules consolidation.

Magento Coding Standard covers:

• PSR2 compliance
• the use of insecure functions
• unescaped output
• the use of deprecated PHP functions
• PHP code syntax
• naming convention
• the use of PHP superglobals
• empty code blocks
• improper exception handling
• raw SQL queries
and many other general PHP and Magento 2 specific code issues.