Skip to content

Commit

Permalink
Fixed unintentional syntax error in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Sep 21, 2020
1 parent a0a6cd8 commit b50a9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ $c);
array('a' => $a, 'b' => $b,
'c' => $c);

array()
array(
static function() {
return null;
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ array(
'c' => $c,
);

array()
array(
static function() {
return null;
},
Expand Down

0 comments on commit b50a9a3

Please sign in to comment.