8000 Merge branch '5.1' · symfony/symfony@a184e54 · GitHub
[go: up one dir, main page]

Skip to content

Commit a184e54

Browse files
committed
Merge branch '5.1'
* 5.1: fix merge Fix merge
2 parents 40890b1 + 5355172 commit a184e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function testMissingKnownTags()
4141
$this->assertSame(UnusedTagsPassUtils::getDefinedTags(), $this->getKnownTags(), 'The src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php file must be updated; run src/Symfony/Bundle/FrameworkBundle/Resources/bin/check-unused-known-tags.php.');
4242
}
4343

44-
private function getWhitelistTags(): array
44+
private function getKnownTags(): array
4545
{
4646
// get tags in UnusedTagsPass
4747
$target = \dirname(__DIR__, 3).'/DependencyInjection/Compiler/UnusedTagsPass.php';

src/Symfony/Component/Mime/MimeTypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ public function guessMimeType(string $path): ?string
11141114
'audio/mp2' => ['mp2'],
11151115
'audio/mp3' => ['mp3', 'mpga'],
11161116
'< 5916 span class=pl-s>audio/mp4' => ['m4a', 'mp4a', 'f4a'],
1117-
'audio/mpeg' => ['mpga', 'mp2', 'mp2a', 'mp3', 'm2a', 'm3a'],
1117+
'audio/mpeg' => ['mp3', 'mpga', 'mp2', 'mp2a', 'm2a', 'm3a'],
11181118
'audio/mpegurl' => ['m3u', 'm3u8', 'vlc'],
11191119
'audio/ogg' => ['oga', 'ogg', 'spx', 'opus'],
11201120
'audio/prs.sid' => ['sid', 'psid'],

0 commit comments

Comments
 (0)
0