Skip to content

Commit 16a7b31

Browse files
committed
Ignore CS naming rule
1 parent c97aef9 commit 16a7b31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpcs.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
<exclude name="SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing.IncorrectLinesCountAfterControlStructure">
8484
<exclude-pattern>docs/examples/*/index.php</exclude-pattern>
8585
</exclude>
86+
<exclude name="Squiz.NamingConventions.ValidVariableName.MemberNotCamelCaps">
87+
<exclude-pattern>docs/examples/*/index.php</exclude-pattern>
88+
</exclude>
8689
</rule>
8790

8891

0 commit comments

Comments
 (0)