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