[ticket/12721] Add Generic.NamingConventions.ConstructorName in strict

PHPBB3-12721
This commit is contained in:
Tristan Darricau 2014-06-15 23:25:41 +02:00
parent 13c03b6fcf
commit 6b52155a2a

View file

@ -22,6 +22,9 @@
<!-- PHP keywords MUST be in lower case. -->
<rule ref="Generic.PHP.LowerCaseKeyword" />
<!-- Constructors MUST be called __construct() instead of after the class. -->
<rule ref="Generic.NamingConventions.ConstructorName" />
<!-- Classes etc. MUST be namespaced -->
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace" />