Skip to content

Commit b3ddd0d

Browse files
committed
PSR12 ruleset: minor documentation tweak
Noticed this reference was missing while reviewing 233.
1 parent f8e0b67 commit b3ddd0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Standards/PSR12/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
<!-- When a file contains a mix of HTML and PHP, any of the above sections may still be used. If so, they MUST be present at the top of the file, even if the remainder of the code consists of a closing PHP tag and then a mixture of HTML and PHP. -->
9797

9898
<!-- When the opening php tag is on the first line of the file, it MUST be on its own line with no other statements unless it is a file containing markup outside of PHP opening and closing tags. -->
99+
<!-- checked by PSR12.Files.OpenTag -->
99100

100101
<!-- Import statements MUST never begin with a leading backslash as they must always be fully qualified. -->
101102
<!-- checked by PSR12.Files.ImportStatement -->

0 commit comments

Comments
 (0)