We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Fixed bug #1135 : PEAR.ControlStructures.MultiLineCondition.CloseBrac…
fb6d87c
…ketNewLine not detected if preceded by multiline function call
I've added a fix for this. Thanks for reporting the bug.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
PEAR.ControlStructures.MultiLineCondition.CloseBracketNewLine is detected here:
but not here:
PHP_CodeSniffer version 2.6.2
The text was updated successfully, but these errors were encountered: