Skip to content

Commit bbe9feb

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: fix merge Fix merge
2 parents 6b9ed15 + a40da4f commit bbe9feb

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)