You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where the semicolon is allowed on the next line with the same indentation that $obj has. Currently, our coding standard forces this semicolon onto the last method call:
Code like this should be considered valid:
Where the semicolon is allowed on the next line with the same indentation that
$obj
has. Currently, our coding standard forces this semicolon onto the last method call:This would require something like PHP-CS-Fixer/PHP-CS-Fixer#3679 to be merged, or us to write a custom sniff.
See also PHP-CS-Fixer/PHP-CS-Fixer#2723
The text was updated successfully, but these errors were encountered: