├── PSR+-04.markdown ├── README.md └── logo.png /PSR+-04.markdown: -------------------------------------------------------------------------------- 1 | # PHP-FIG PSR+-04 2 | 3 | This document documents a recommended requirement for PHP coding style. 4 | 5 | The terms "MUST", "MUST NOT", "SHOULD", "SHOULD NOT", "MAY", "MAY NOT", "MAYBE", "PERHAPS" and "PERCHANCE" are to be interpreted according to the guideline rules contained in PSR RFC-01. 6 | 7 | ## §1 HTML 8 | 9 | All HTML tags MUST be in UPPERCASE. This is to give them prominence as key structural elements of the document. 10 | 11 | ## §2 PHP opening and closing tags 12 | 13 | PHP opening tags MUST be either: 14 | 15 | * `