Skip to content
Snippets Groups Projects
Commit c4dd0608 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Disable PEAR.NamingConventions.ValidVariableName.PrivateNoUnderscore

rule
parent d692f3a7
No related branches found
No related tags found
No related merge requests found
......@@ -350,6 +350,11 @@
</rule>
<rule ref="PEAR.NamingConventions.ValidVariableName" />
<!-- This is not in PSR2 -->
<rule ref="PEAR.NamingConventions.ValidVariableName.PrivateNoUnderscore">
<severity>0</severity>
</rule>
<rule ref="PEAR.WhiteSpace.ObjectOperatorIndent" />
<!-- Need to be commented to be disabled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment