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 af180d7 commit cbf74a4Copy full SHA for cbf74a4
phpcs.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0"?>
2
+<ruleset name="PEAR-StreamVar">
3
+ <rule ref="PEAR">
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
+ </rule>
8
+</ruleset>
0 commit comments