1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 03:59:52 +02:00

[ticket/13838] Check braces for control structures

PHPBB3-13838
This commit is contained in:
Nicofuma
2015-05-14 13:22:02 +02:00
parent 4527789e50
commit e4b30c474b
2 changed files with 146 additions and 0 deletions

View File

@@ -12,4 +12,7 @@
<!-- Tabs MUST be used for indentation -->
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent" />
<!-- There MUST NOT be unused use statements. -->
<rule ref="./phpbb/Sniffs/ControlStructures/OpeningBraceBsdAllmanSniff.php" />
</ruleset>