Closed
Description
As already stated in #454 (comment), code like this:
if (
true
|| false
) {
1;
}
is valid for PSR2 and should therefore not throw errors like Expected 0 spaces after opening bracket; newline found
.
[edited link to issue]
Metadata
Metadata
Assignees
Labels
No labels