Skip to content

Commit

Permalink
bug #35830 [FrameworkBundle] Skip notifiers tags in UnusedTagsPass (c…
Browse files Browse the repository at this point in the history
…halasr)

This PR was merged into the 5.0 branch.

Discussion
----------

[FrameworkBundle] Skip notifiers tags in UnusedTagsPass

| Q             | A
| ------------- | ---
| Branch?       | 5.0
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Commits
-------

24cfb7f [FrameworkBundle] Skip notifiers tags in UnusedTagsPass
  • Loading branch information
fabpot committed Feb 23, 2020
2 parents bd42f12 + 24cfb7f commit 93ccd28
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -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',
Expand Down Expand Up @@ -56,6 +57,7 @@ class UnusedTagsPass implements CompilerPassInterface
'security.voter',
'serializer.encoder',
'serializer.normalizer',
'texter.transport_factory',
'translation.dumper',
'translation.extractor',
'translation.loader',
Expand Down

0 comments on commit 93ccd28

Please sign in to comment.