8000 bug #35830 [FrameworkBundle] Skip notifiers tags in UnusedTagsPass (c… · symfony/symfony@93ccd28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93ccd28

Browse files
committed
bug #35830 [FrameworkBundle] Skip notifiers tags in UnusedTagsPass (chalasr)
This PR was merged into the 5.0 branch. Discussion ---------- [FrameworkBundle] Skip notifiers tags in UnusedTagsPass | Q | A | ------------- | --- | Branch? | 5.0 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 24cfb7f [FrameworkBundle] Skip notifiers tags in UnusedTagsPass
2 parents bd42f12 + 24cfb7f commit 93ccd28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class UnusedTagsPass implements CompilerPassInterface
2424
private $whitelist = [
2525
'annotations.cached_reader',
2626
'cache.pool.clearer',
27+
'chatter.transport_factory',
2728
'console.command',
2829
'container.hot_path',
2930
'container.reversible',
@@ -56,6 +57,7 @@ class UnusedTagsPass implements CompilerPassInterface
5657
'security.voter',
5758
'serializer.encoder',
5859
'serializer.normalizer',
60+
'texter.transport_factory',
5961
'translation.dumper',
6062
'translation.extractor',
6163
'translation.loader',

0 commit comments

Comments
 (0)
0