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 fa8c567 commit 099d0c0Copy full SHA for 099d0c0
phpcs.xml
@@ -4,5 +4,7 @@
4
<!-- we keep the old php4-style variable names for now -->
5
<exclude name="PEAR.NamingConventions.ValidFunctionName.PublicUnderscore"/>
6
<exclude name="PEAR.NamingConventions.ValidVariableName.PublicUnderscore"/>
7
+ <!-- we keep the method names for BC reasons -->
8
+ <exclude name="PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps"/>
9
</rule>
10
</ruleset>
0 commit comments