Closed
Description
Symfony version(s) affected: 4.2.0
Description
Getting this error after upgrading Symfony to 4.2.0 from 4.1.7. If I remove the service definition below and add it again after container is compiled everything works fine.
How to reproduce
Adding to services.yaml
Symfony\Component\Serializer\Normalizer\ObjectNormalizer:
arguments:
$propertyTypeExtractor: '@property_info.reflection_extractor'