8000 [PropertyInfo] Move aliases under service definition · symfony/symfony@22feb79 · GitHub
[go: up one dir, main page]

Skip to content

Commit 22feb79

Browse files
committed
[PropertyInfo] Move aliases under service definition
1 parent f6312d3 commit 22feb79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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