forked from Wavyzz/dolibarr
Fix: restore rule for check old style
This commit is contained in:
@@ -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" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user