Skip to content

Commit 230b2dc

Browse files
committed
minor symfony#10685 Update MimeTypeExtensionGuesser.php (marktopper)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes symfony#10685). Discussion ---------- Update MimeTypeExtensionGuesser.php Fixed bug for MimeType `image/x-ms-bmp` Commits ------- be0e362 Update MimeTypeExtensionGuesser.php
2 parents 5599eb0 + be0e362 commit 230b2dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ class MimeTypeExtensionGuesser implements ExtensionGuesserInterface
655655
'chemical/x-csml' => 'csml',
656656
'chemical/x-xyz' => 'xyz',
657657
'image/bmp' => 'bmp',
658+
'image/x-ms-bmp' => 'bmp',
658659
'image/cgm' => 'cgm',
659660
'image/g3fax' => 'g3',
660661
'image/gif' => 'gif',

0 commit comments

Comments
 (0)