Skip to content

Commit c0f44c7

Browse files
committed
Merge branch '5.0' into 5.1
* 5.0: fix merge Fix merge
2 parents d9d676a + bbe9feb commit c0f44c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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';

0 commit comments

Comments
 (0)