mirror of
https://github.com/elyby/php-code-style.git
synced 2024-11-06 00:04:41 +05:30
Downgrade test case
This commit is contained in:
parent
31661cd142
commit
50c7deed65
@ -355,7 +355,7 @@ class Foo
|
||||
'<?php
|
||||
$a = "prev statement";
|
||||
foreach ($coordinates as $coordinate) {
|
||||
[$x, $y] = explode(\',\', $coordinate);
|
||||
$points = explode(",", $coordinate);
|
||||
}
|
||||
',
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user