[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
1 changed files with 2 additions and 0 deletions

View File

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