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.
2 parents 00f7fc6 + baecb98 commit 8cf1c84Copy full SHA for 8cf1c84
PMAStandard/Sniffs/NamingConventions/ValidVariableNameSniff.php
PMAStandard/ruleset.xml
@@ -35,4 +35,9 @@
35
<property name="ignoreNewlines" value="true" />
36
</properties>
37
</rule>
38
+
39
+ <!-- Variable names should be camelCased with the first letter lowercase. -->
40
+ <rule ref="Zend.NamingConventions.ValidVariableName">
41
+ <exclude name="Zend.NamingConventions.ValidVariableName.PrivateNoUnderscore" />
42
+ </rule>
43
</ruleset>
composer.json
@@ -16,6 +16,6 @@
16
"issues": "https://github.com/phpmyadmin/coding-standard/issues"
17
},
18
"require": {
19
- "squizlabs/php_codesniffer": "^3.0"
+ "squizlabs/php_codesniffer": "^3.2.3"
20
}
21
0 commit comments