Skip to content

Commit 2185b8c

Browse files
committed
[PropertyInfo] Move aliases under service definition
1 parent 371302c commit 2185b8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Resources/config/property_info.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
->tag('property_info.access_extractor', ['priority' => -1000])
4949
->tag('property_info.initializable_extractor', ['priority' => -1000])
5050

51+
->alias(PropertyReadInfoExtractorInterface::class, 'property_info.reflection_extractor')
52+
->alias(PropertyWriteInfoExtractorInterface::class, 'property_info.reflection_extractor')
53+
5154
->set('property_info.constructor_extractor', ConstructorExtractor::class)
5255
->args([[]])
5356
->tag('property_info.type_extractor', ['priority' => -999])
54-
55-
->alias(PropertyReadInfoExtractorInterface::class, 'property_info.reflection_extractor')
56-
->alias(PropertyWriteInfoExtractorInterface::class, 'property_info.reflection_extractor')
5757
;
5858
};

0 commit comments

Comments
 (0)