[task/code-sniffer] Add Generic.Formatting.DisallowMultipleStatements

PHPBB3-11980
This commit is contained in:
Andreas Fischer 2013-10-30 00:44:24 +01:00
parent 69a766fe79
commit 94334992ec

View file

@ -14,6 +14,9 @@
<!-- The body of each structure MUST be enclosed by braces. -->
<rule ref="Generic.ControlStructures.InlineControlStructure" />
<!-- There MUST not be more than one statement per line. -->
<rule ref="Generic.Formatting.DisallowMultipleStatements" />
<!-- Class constants MUST be declared in all upper case with underscore separators. -->
<rule ref="Generic.NamingConventions.UpperCaseConstantName" />