Skip to content

Commit aad7ae9

Browse files
committed
[FrameworkBundle] Skip notifiers tags in UnusedTagsPass
1 parent c37e2f6 commit aad7ae9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)