[FrameworkBundle] Skip notifiers tags in UnusedTagsPass

This commit is contained in:
Robin Chalas 2020-02-23 06:45:13 +01:00
parent bd42f129df
commit 24cfb7f095

View File

@ -24,6 +24,7 @@ class UnusedTagsPass implements CompilerPassInterface
private $whitelist = [ private $whitelist = [
'annotations.cached_reader', 'annotations.cached_reader',
'cache.pool.clearer', 'cache.pool.clearer',
'chatter.transport_factory',
'console.command', 'console.command',
'container.hot_path', 'container.hot_path',
'container.reversible', 'container.reversible',
@ -56,6 +57,7 @@ class UnusedTagsPass implements CompilerPassInterface
'security.voter', 'security.voter',
'serializer.encoder', 'serializer.encoder',
'serializer.normalizer', 'serializer.normalizer',
'texter.transport_factory',
'translation.dumper', 'translation.dumper',
'translation.extractor', 'translation.extractor',
'translation.loader', 'translation.loader',