We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97aef9 commit 16a7b31Copy full SHA for 16a7b31
phpcs.xml.dist
@@ -83,6 +83,9 @@
83
<exclude name="SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing.IncorrectLinesCountAfterControlStructure">
84
<exclude-pattern>docs/examples/*/index.php</exclude-pattern>
85
</exclude>
86
+ <exclude name="Squiz.NamingConventions.ValidVariableName.MemberNotCamelCaps">
87
+ <exclude-pattern>docs/examples/*/index.php</exclude-pattern>
88
+ </exclude>
89
</rule>
90
91
0 commit comments