Skip to content

Commit

Permalink
Making sure arrow functions are ignored (ref #2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Nov 10, 2019
1 parent bbd6f63 commit 5b42dc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@ public function foo()
'bad indent here leads to bad indent for closer', function () {
});
}

$fn1 = fn($x) => $x + $y;
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,5 @@ public function foo()
'bad indent here leads to bad indent for closer', function () {
});
}

$fn1 = fn($x) => $x + $y;

0 comments on commit 5b42dc7

Please sign in to comment.