We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UnusedTagsPass
1 parent 14eb98f commit 1ee5cfeCopy full SHA for 1ee5cfe
DependencyInjection/Compiler/UnusedTagsPass.php
@@ -70,6 +70,8 @@ class UnusedTagsPass implements CompilerPassInterface
70
'mime.mime_type_guesser',
71
'monolog.logger',
72
'notifier.channel',
73
+ 'object_mapper.condition_callable',
74
+ 'object_mapper.transform_callable',
75
'property_info.access_extractor',
76
'property_info.constructor_extractor',
77
'property_info.initializable_extractor',
@@ -108,8 +110,6 @@ class UnusedTagsPass implements CompilerPassInterface
108
110
'validator.group_provider',
109
111
'validator.initializer',
112
'workflow',
- 'object_mapper.transform_callable',
- 'object_mapper.condition_callable',
113
];
114
115
public function process(ContainerBuilder $container): void
0 commit comments