10000 MimeTypes::getMimeTypes() errors on custom mimetypes. · Issue #36715 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
MimeTypes::getMimeTypes() errors on custom mimetypes. #36715
Closed
@mcneely

Description

@mcneely

Symfony version(s) affected: looks like 4.2+

Description
Type error: Type error: Return value of Symfony\Component\Mime\MimeTypes::getMimeTypes() must be of the type array, string returned when passing custom map through constructor.

How to reproduce
$type =(new MimeTypes([ 'application/octet-stream' => ['rrd'] ]))->getMimeTypes('rrd')

Possible Solution
Add []'s around $mimeType in constructor

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0