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

[ticket/13838] Fix coding style

PHPBB3-13838
This commit is contained in:
Nicofuma
2015-05-14 13:32:25 +02:00
parent e4b30c474b
commit 62e13e945c
8 changed files with 22 additions and 11 deletions

View File

@@ -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>