Skip to content

Commit fd2158b

Browse files
committed
Remove PHP tags so pear validate doesn't complain
1 parent c69d63f commit fd2158b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Standards/PSR12/ruleset.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
<!-- The header of a PHP file may consist of a number of different blocks. If present, each of the blocks below MUST be separated by a single blank line, and MUST NOT contain a blank line. Each block MUST be in the order listed below, although blocks that are not relevant may be omitted.
8989
90-
Opening <?php tag.
90+
Opening php tag.
9191
File-level docblock.
9292
One or more declare statements.
9393
The namespace declaration of the file.
@@ -98,7 +98,7 @@
9898
9999
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. -->
100100

101-
<!-- 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. -->
101+
<!-- 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. -->
102102

103103
<!-- Import statements MUST never begin with a leading backslash as they must always be fully qualified. -->
104104

0 commit comments

Comments
 (0)