There was an error while loading. Please reload this page.
PEAR.ControlStructures.MultiLineCondition.CloseBracketNewLine is detected here:
<?php if ($a && foo('a', 'b')) { echo 'bar'; }
but not here:
<?php if ($a && foo( 'a', 'b' )) { echo 'bar'; }
PHP_CodeSniffer version 2.6.2