Skip to content

Commit 78055a2

Browse files
minor #62617 [FrameworkBundle] Order alphabetically known tags of UnusedTagsPass (alexandre-daubois)
This PR was submitted for the 8.1 branch but it was merged into the 7.4 branch instead. Discussion ---------- [FrameworkBundle] Order alphabetically known tags of `UnusedTagsPass` | Q | A | ------------- | --- | Branch? | 8.1 | Bug fix? | no | New feature? | no <!-- if yes, also update src/**/CHANGELOG.md --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Issues | - | License | MIT Commits ------- 678116a [FrameworkBundle] Order alphabetically known tags of `UnusedTagsPass`
2 parents 93ea5f6 + 678116a commit 78055a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/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)