Skip to content
Snippets Groups Projects
Commit f22c27c8 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: restore rule for check old style

parent 3b409085
No related branches found
No related tags found
No related merge requests found
......@@ -101,9 +101,7 @@
<rule ref="Generic.NamingConventions.ConstructorName" />
<!-- Check if we use PHP4 constructor instead of __construct() -->
<rule ref="Generic.NamingConventions.ConstructorName.OldStyle">
<severity>0</severity>
</rule>
<rule ref="Generic.NamingConventions.ConstructorName.OldStyle" />
<rule ref="Generic.NamingConventions.UpperCaseConstantName" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment