Skip to content

Commit c3019bd

Browse files
Merge branch '5.0'
* 5.0: minor #35833 [FrameworkBundle] Add missing items in the unused tag pass whitelist (fabpot) [HttpClient][DX] Add URL context to JsonException messages [Routing] Improve localized routes performances [4.4][DoctrineBridge] Use new Types::* constants and support new json type [Validator] Add missing translations [Notifier] Dispatch message event in null transport [Messenger] Use Doctrine DBAL new Types::* constants
2 parents f05a1c4 + 2b83505 commit c3019bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DependencyInjection/Compiler/UnusedTagsPass.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ class UnusedTagsPass implements CompilerPassInterface
5858
'mime.mime_type_guesser',
5959
'monolog.logger',
6060
'notifier.channel',
61-
'notifier.transport_factory',
6261
'property_info.access_extractor',
6362
'property_info.initializable_extractor',
6463
'property_info.list_extractor',

Tests/DependencyInjection/Compiler/UnusedTagsPassUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class UnusedTagsPassUtils
1717
{
18-
public static function getDefinedTags(): array
18+
public static function getDefinedTags()
1919
{
2020
$tags = [
2121
'proxy' => true,

0 commit comments

Comments
 (0)