Skip to content

Commit 92ff557

Browse files
committed
Merge branch '5.0'
* 5.0: [FrameworkBundle] Skip notifiers tags in UnusedTagsPass [Notifier] Remove not needed argument $bus in BrowserChannel::notify()
2 parents 98eb084 + aad7ae9 commit 92ff557

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DependencyInjection/Compiler/UnusedTagsPass.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class UnusedTagsPass implements CompilerPassInterface
2424
private $whitelist = [
2525
'annotations.cached_reader',
2626
'cache.pool.clearer',
27+
'chatter.transport_factory',
2728
'console.command',
2829
'container.hot_path',
2930
'container.reversible',
@@ -56,6 +57,7 @@ class UnusedTagsPass implements CompilerPassInterface
5657
'security.voter',
5758
'serializer.encoder',
5859
'serializer.normalizer',
60+
'texter.transport_factory',
5961
'translation.dumper',
6062
'translation.extractor',
6163
'translation.loader',

0 commit comments

Comments
 (0)