Downgrade test case

This commit is contained in:
erickskrauch 2018-08-07 12:25:47 +03:00
parent 31661cd142
commit 50c7deed65
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -355,7 +355,7 @@ class Foo
'<?php
$a = "prev statement";
foreach ($coordinates as $coordinate) {
[$x, $y] = explode(\',\', $coordinate);
$points = explode(",", $coordinate);
}
',
];