Qual: Removed error we need to keep

This commit is contained in:
Laurent Destailleur 2012-07-26 09:34:51 +02:00
parent ac81e1732e
commit 6311da9428

View File

@ -108,7 +108,10 @@
<rule ref="Generic.NamingConventions.UpperCaseConstantName" />
<rule ref="Generic.PHP.DeprecatedFunctions" />
<rule ref="Generic.PHP.DeprecatedFunctions.Deprecated">
<severity>0</severity>
</rule>
<rule ref="Generic.PHP.DisallowShortOpenTag" />
<rule ref="Generic.PHP.ForbiddenFunctions" />