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.
1 parent c37e2f6 commit aad7ae9Copy full SHA for aad7ae9
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