Skip to content

Commit c824288

Browse files
committed
Disable forcing of closing PHP tag on a new line 🧹
1 parent bd08ac4 commit c824288

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎PilotIn/ruleset.xml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
<!-- Prevent messages about escaping every values -->
6060
<exclude name="WordPress.Security.EscapeOutput"/>
6161

62+
<!-- Disable forcing of closing PHP tag on a new line -->
63+
<exclude name="Squiz.PHP.EmbeddedPhp.ContentBeforeEnd"/>
64+
6265
</rule>
6366

6467
<!-- Show sniff codes in all reports -->

0 commit comments

Comments
 (0)