aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-16 22:59:46 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-22 23:52:14 +0200
commite46ef86104d457e0c98b7b1376d9cfbf5f1a8c1b (patch)
tree6d26a46e7aa39e9d7d52d3481e5d5910dd440fac /build
parentafe9d3c3f39ca1c69146778882f2b0250dfa3ed7 (diff)
downloadforums-e46ef86104d457e0c98b7b1376d9cfbf5f1a8c1b.tar
forums-e46ef86104d457e0c98b7b1376d9cfbf5f1a8c1b.tar.gz
forums-e46ef86104d457e0c98b7b1376d9cfbf5f1a8c1b.tar.bz2
forums-e46ef86104d457e0c98b7b1376d9cfbf5f1a8c1b.tar.xz
forums-e46ef86104d457e0c98b7b1376d9cfbf5f1a8c1b.zip
[ticket/12726] PSR2.Namespaces.NamespaceDeclaration
PHPBB3-12726
Diffstat (limited to 'build')
-rw-r--r--build/code_sniffer/ruleset-php-strict.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/code_sniffer/ruleset-php-strict.xml b/build/code_sniffer/ruleset-php-strict.xml
index c722f7851c..59db73dec4 100644
--- a/build/code_sniffer/ruleset-php-strict.xml
+++ b/build/code_sniffer/ruleset-php-strict.xml
@@ -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>