Change to ignore bad detection of ident by PEAR code sniffer.

This commit is contained in:
Laurent Destailleur 2012-08-27 17:55:15 +02:00
parent 426b3c2627
commit 5e63642fcb
2 changed files with 8 additions and 0 deletions

View File

@ -200,6 +200,10 @@
<rule ref="PEAR.Functions.FunctionCallSignature" />
<rule ref="PEAR.Functions.FunctionCallSignature.Indent">
<severity>0</severity>
</rule>
<rule ref="PEAR.Functions.ValidDefaultValue" />
<rule ref="PEAR.NamingConventions.ValidClassName" />

View File

@ -200,6 +200,10 @@
<rule ref="PEAR.Functions.FunctionCallSignature" />
<rule ref="PEAR.Functions.FunctionCallSignature.Indent">
<severity>0</severity>
</rule>
<rule ref="PEAR.Functions.ValidDefaultValue" />
<rule ref="PEAR.NamingConventions.ValidClassName" />