Skip to content

Commit

Permalink
Downgrade test case
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Aug 7, 2018
1 parent 31661cd commit 50c7dee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public function foo()
'<?php
$a = "prev statement";
foreach ($coordinates as $coordinate) {
[$x, $y] = explode(\',\', $coordinate);
$points = explode(",", $coordinate);
}
',
];
Expand Down

0 comments on commit 50c7dee

Please sign in to comment.