Disable PEAR.NamingConventions.ValidVariableName.PrivateNoUnderscore
rule
This commit is contained in:
parent
d692f3a759
commit
c4dd060858
@ -350,6 +350,11 @@
|
|||||||
</rule>
|
</rule>
|
||||||
<rule ref="PEAR.NamingConventions.ValidVariableName" />
|
<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" />
|
<rule ref="PEAR.WhiteSpace.ObjectOperatorIndent" />
|
||||||
|
|
||||||
<!-- Need to be commented to be disabled
|
<!-- Need to be commented to be disabled
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user