Skip to content

Commit

Permalink
Update src/Standards/Generic/Tests/CodeAnalysis/EmptyPHPStatementUnit…
Browse files Browse the repository at this point in the history
…Test.inc

Co-Authored-By: Juliette <663378+jrfnl@users.noreply.github.com>
  • Loading branch information
VincentLanglet and jrfnl authored May 9, 2019
1 parent 633bf16 commit 87edc0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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 87edc0f

Please sign in to comment.