Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 767 Bytes

code-standard-php.md

File metadata and controls

16 lines (13 loc) · 767 Bytes
layout group subgroup title menu_title menu_order version github_link redirect_from
default
coding-standards
Coding standards
PHP coding standard
PHP coding standard
2
2.0
coding-standards/code-standard-php.md
/guides/v1.0/coding-standards/code-standard-php.html

The Magento core development team uses the Basic Coding Standard and Coding Style Guide. Magento recommends that developers who create Magento extensions and customizations also use these standards.

Where possible, use PHP_CodeSniffer to automatically enforce these standards. Otherwise, standards and requirements must be applied through rigorous code review.