Fix implicit array creation
This commit is contained in:
parent
fc727932ca
commit
a57036789e
|
@ -81,6 +81,7 @@ final class MD_STD_IN_Test extends TestCase {
|
|||
[-185, MDCoordinateOutOfRange::class],
|
||||
];
|
||||
|
||||
$output = [];
|
||||
foreach ($values as $value) {
|
||||
$output[gettype($value[0]) . ': ' . var_export($value[0], true)] = $value;
|
||||
}
|
||||
|
@ -130,6 +131,7 @@ final class MD_STD_IN_Test extends TestCase {
|
|||
[-95, MDCoordinateOutOfRange::class],
|
||||
];
|
||||
|
||||
$output = [];
|
||||
foreach ($values as $value) {
|
||||
$output[gettype($value[0]) . ': ' . var_export($value[0], true)] = $value;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user