8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd42f12 + 24cfb7f commit 93ccd28Copy full SHA for 93ccd28
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php
@@ -24,6 +24,7 @@ class UnusedTagsPass implements CompilerPassInterface
24
private $whitelist = [
25
'annotations.cached_reader',
26
'cache.pool.clearer',
27
+ 'chatter.transport_factory',
28
'console.command',
29
'container.hot_path',
30
'container.reversible',
@@ -56,6 +57,7 @@ class UnusedTagsPass implements CompilerPassInterface
56
57
'security.voter',
58
'serializer.encoder',
59
'serializer.normalizer',
60
+ 'texter.transport_factory',
61
'translation.dumper',
62
'translation.extractor',
63
'translation.loader',
0 commit comments