Skip to content

Commit 099d0c0

Browse files
committed
Ignore the camel caps method name CS rule
1 parent fa8c567 commit 099d0c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpcs.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
<!-- we keep the old php4-style variable names for now -->
55
<exclude name="PEAR.NamingConventions.ValidFunctionName.PublicUnderscore"/>
66
<exclude name="PEAR.NamingConventions.ValidVariableName.PublicUnderscore"/>
7+
<!-- we keep the method names for BC reasons -->
8+
<exclude name="PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps"/>
79
</rule>
810
</ruleset>

0 commit comments

Comments
 (0)