[ticket/12726] PSR2.Namespaces.NamespaceDeclaration

PHPBB3-12726
This commit is contained in:
Tristan Darricau 2014-06-16 22:59:46 +02:00
parent afe9d3c3f3
commit e46ef86104

View file

@ -39,4 +39,7 @@
There MUST be one blank line after the use block. --> There MUST be one blank line after the use block. -->
<rule ref="PSR2.Namespaces.UseDeclaration" /> <rule ref="PSR2.Namespaces.UseDeclaration" />
<!-- There MUST be one blank line after the namespace declaration -->
<rule ref="PSR2.Namespaces.NamespaceDeclaration" />
</ruleset> </ruleset>