Skip to content

Commit aad4d72

Browse files
authored
Merge pull request #100 from Crell/php-tag-case
Clarify that php open tags must be lowercase
2 parents db4e4e2 + d002b02 commit aad4d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ PHP.
192192

193193
When the opening `<?php` tag is on the first line of the file, it MUST be on its
194194
own line with no other statements unless it is a file containing markup outside of PHP
195-
opening and closing tags.
195+
opening and closing tags. The `<?php` tag MUST always be lower case.
196196

197197
Import statements MUST never begin with a leading backslash as they
198198
must always be fully qualified.

0 commit comments

Comments
 (0)