We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ead20a commit f7276eeCopy full SHA for f7276ee
src/Forms/Helpers.php
@@ -302,6 +302,6 @@ public static function getSingleType($reflection): ?string
302
/** @internal */
303
public static function getSupportedImages(): array
304
{
305
- return array_map(fn($type) => Image::typeToMimeType($type), Image::getSupportedTypes());
+ return array_values(array_map(fn($type) => Image::typeToMimeType($type), Image::getSupportedTypes()));
306
}
307
0 commit comments