Skip to content

Commit cb769fd

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Fixed typo in test name [HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3" [VarDumper] Support for cURL handler objects. [DI][FrameworkBundle] Remove whitelist occurrences Avoid accessibility errors on debug toolbar
2 parents 3adfbd7 + 13edce2 commit cb769fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

File/MimeType/MimeTypeExtensionGuesser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ class MimeTypeExtensionGuesser implements ExtensionGuesserInterface
625625
'audio/basic' => 'au',
626626
'audio/midi' => 'mid',
627627
'audio/mp4' => 'm4a',
628-
'audio/mpeg' => 'mpga',
628+
'audio/mpeg' => 'mp3',
629629
'audio/ogg' => 'oga',
630630
'audio/s3m' => 's3m',
631631
'audio/silk' => 'sil',

0 commit comments

Comments
 (0)