Fix: add rule ScopeIndent

This commit is contained in:
Regis Houssin 2012-01-03 09:48:25 +01:00
parent 10314e500c
commit ca5321508f

View File

@ -204,6 +204,10 @@
<rule ref="PEAR.NamingConventions.ValidVariableName" />
<rule ref="PEAR.WhiteSpace.ObjectOperatorIndent" />
<rule ref="PEAR.WhiteSpace.ScopeIndent">
<severity>0</severity>
</rule>
<rule ref="PEAR.WhiteSpace.ScopeClosingBrace">
<severity>0</severity>