-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
c8a5646 should be reverted. However, this would prevent semi-colon usage like this:
function test() {
$x = $whatever
->foo()
->bar()
;
}
So we need to make an expection for this case, which might require us making our own version of SemicolonSpacingSniff
Or we could just disallow that example above?
Metadata
Metadata
Assignees
Labels
No labels