Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a001c2e

Browse files
committed
minor #22080 [FrameworkBundle] Exclude container.service_locator from UnusedTagsPass (chalasr)
This PR was merged into the 3.3-dev branch. Discussion ---------- [FrameworkBundle] Exclude container.service_locator from UnusedTagsPass | Q | A | ------------- | --- | Branch? | master | Tests pass? | yes Commits ------- ad501e5 Whitelist container.service_locator tag
2 parents 93ff304 + ad501e5 commit a001c2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class UnusedTagsPass implements CompilerPassInterface
2323
{
2424
private $whitelist = array(
2525
'console.command',
26+
'container.service_locator',
2627
'config_cache.resource_checker',
2728
'data_collector',
2829
'form.type',

0 commit comments

Comments
 (0)