Fix implicit array creation

This commit is contained in:
Joshua Ramon Enslin 2024-07-12 02:56:27 +02:00
parent fc727932ca
commit a57036789e
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -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;
}