Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 869 Bytes

code-standard-php.md

File metadata and controls

14 lines (12 loc) · 869 Bytes
layout group subgroup title menu_title menu_order github_link
default
coding-standards
Coding standards
PHP coding standard
PHP coding standard
2
coding-standards/code-standard-php.md

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.