[task/code-sniffer] Add Generic.Functions.CallTimePassByReference

PHPBB3-11980
This commit is contained in:
Andreas Fischer 2013-10-30 00:49:01 +01:00
parent 94334992ec
commit 63ce04d565

View file

@ -17,6 +17,9 @@
<!-- There MUST not be more than one statement per line. -->
<rule ref="Generic.Formatting.DisallowMultipleStatements" />
<!-- Call-time pass-by-reference MUST not be used. -->
<rule ref="Generic.Functions.CallTimePassByReference.NotAllowed" />
<!-- Class constants MUST be declared in all upper case with underscore separators. -->
<rule ref="Generic.NamingConventions.UpperCaseConstantName" />