File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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};
You can’t perform that action at this time.
0 commit comments