Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed May 9, 2019
1 parent ccf76db commit 89fce8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ switch ( $a ) {
break;
}

// Do not break closure and anonymous class;
// Do not break closures and anonymous classes and curlies without scope owners.
$a = function () {};
$b = new class {};
echo $a{0};

0 comments on commit 89fce8d

Please sign in to comment.