2
0
forked from Wavyzz/dolibarr

Fix: restore rule for check old style

This commit is contained in:
Regis Houssin
2012-09-28 12:06:32 +02:00
parent 3b4090852c
commit f22c27c8bf

View File

@@ -101,9 +101,7 @@
<rule ref="Generic.NamingConventions.ConstructorName" /> <rule ref="Generic.NamingConventions.ConstructorName" />
<!-- Check if we use PHP4 constructor instead of __construct() --> <!-- Check if we use PHP4 constructor instead of __construct() -->
<rule ref="Generic.NamingConventions.ConstructorName.OldStyle"> <rule ref="Generic.NamingConventions.ConstructorName.OldStyle" />
<severity>0</severity>
</rule>
<rule ref="Generic.NamingConventions.UpperCaseConstantName" /> <rule ref="Generic.NamingConventions.UpperCaseConstantName" />