aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorNicofuma <github@nicofuma.fr>2015-05-14 13:32:25 +0200
committerNicofuma <github@nicofuma.fr>2015-05-14 15:43:44 +0200
commit62e13e945c475c416c4fb9deff8f234d3508a598 (patch)
tree63054db38f4be26feae3992693a3c65ba81b22df /build
parente4b30c474ba24d8bc023f5bf07b46de6ccfaee89 (diff)
downloadforums-62e13e945c475c416c4fb9deff8f234d3508a598.tar
forums-62e13e945c475c416c4fb9deff8f234d3508a598.tar.gz
forums-62e13e945c475c416c4fb9deff8f234d3508a598.tar.bz2
forums-62e13e945c475c416c4fb9deff8f234d3508a598.tar.xz
forums-62e13e945c475c416c4fb9deff8f234d3508a598.zip
[ticket/13838] Fix coding style
PHPBB3-13838
Diffstat (limited to 'build')
-rw-r--r--build/code_sniffer/ruleset-minimum.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/code_sniffer/ruleset-minimum.xml b/build/code_sniffer/ruleset-minimum.xml
index 920f908c9d..13f122cae7 100644
--- a/build/code_sniffer/ruleset-minimum.xml
+++ b/build/code_sniffer/ruleset-minimum.xml
@@ -12,7 +12,7 @@
<!-- Tabs MUST be used for indentation -->
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent" />
- <!-- There MUST NOT be unused use statements. -->
+ <!-- ALL braces MUST be on their own lines. -->
<rule ref="./phpbb/Sniffs/ControlStructures/OpeningBraceBsdAllmanSniff.php" />
</ruleset>