Skip to content

Commit d6d3ae9

Browse files
authored
Merge pull request #234 from PHPCSStandards/feature/psr12-ruleset-minor-doc-tweak
PSR12 ruleset: minor documentation tweak
2 parents c9ab06d + b3ddd0d commit d6d3ae9

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)