Skip to content

Commit 1ee5cfe

Browse files
alexandre-dauboisnicolas-grekas
authored andcommitted
[FrameworkBundle] Order alphabetically known tags of UnusedTagsPass
1 parent 14eb98f commit 1ee5cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DependencyInjection/Compiler/UnusedTagsPass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ class UnusedTagsPass implements CompilerPassInterface
7070
'mime.mime_type_guesser',
7171
'monolog.logger',
7272
'notifier.channel',
73+
'object_mapper.condition_callable',
74+
'object_mapper.transform_callable',
7375
'property_info.access_extractor',
7476
'property_info.constructor_extractor',
7577
'property_info.initializable_extractor',
@@ -108,8 +110,6 @@ class UnusedTagsPass implements CompilerPassInterface
108110
'validator.group_provider',
109111
'validator.initializer',
110112
'workflow',
111-
'object_mapper.transform_callable',
112-
'object_mapper.condition_callable',
113113
];
114114

115115
public function process(ContainerBuilder $container): void

0 commit comments

Comments
 (0)