Skip to content

1.0.0

Compare
Choose a tag to compare
@lenaorobei lenaorobei released this 27 Mar 14:19
· 1040 commits to develop since this release
b79055f

🚀 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.