8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6312d3 commit 22feb79Copy full SHA for 22feb79
src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.php
@@ -48,11 +48,11 @@
48
->tag('property_info.access_extractor', ['priority' => -1000])
49
->tag('property_info.initializable_extractor', ['priority' => -1000])
50
51
+ ->alias(PropertyReadInfoExtractorInterface::class, 'property_info.reflection_extractor')
52
+ ->alias(PropertyWriteInfoExtractorInterface::class, 'property_info.reflection_extractor')
53
+
54
->set('property_info.constructor_extractor', ConstructorExtractor::class)
55
->args([[]])
56
->tag('property_info.type_extractor', ['priority' => -999])
-
- ->alias(PropertyReadInfoExtractorInterface::class, 'property_info.reflection_extractor')
- ->alias(PropertyWriteInfoExtractorInterface::class, 'property_info.reflection_extractor')
57
;
58
};
0 commit comments