Skip to content

Commit 50c7dee

Browse files
committed
Downgrade test case
1 parent 31661cd commit 50c7dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixer/Whitespace/LineBreakAfterStatementsFixerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ public function foo()
355355
'<?php
356356
$a = "prev statement";
357357
foreach ($coordinates as $coordinate) {
358-
[$x, $y] = explode(\',\', $coordinate);
358+
$points = explode(",", $coordinate);
359359
}
360360
',
361361
];

0 commit comments

Comments
 (0)