Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a001c2e

Browse filesBrowse 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
Copy full SHA for a001c2e

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.