Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 937 Bytes

code-standard-php.md

File metadata and controls

15 lines (13 loc) · 937 Bytes
layout group subgroup title menu_title menu_order github_link redirect_from
default
coding-standards
Coding standards
PHP coding standard
PHP coding standard
2
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.