1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[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. -->
<rule ref="PSR2.Namespaces.UseDeclaration" />
<!-- There MUST be one blank line after the namespace declaration -->
<rule ref="PSR2.Namespaces.NamespaceDeclaration" />
</ruleset>