diff --git a/src/Serializer/StructuralElementDenormalizer.php b/src/Serializer/StructuralElementDenormalizer.php index 6c5b4062..bd832f1f 100644 --- a/src/Serializer/StructuralElementDenormalizer.php +++ b/src/Serializer/StructuralElementDenormalizer.php @@ -32,7 +32,7 @@ use Symfony\Component\Serializer\Normalizer\ObjectNormalizer; class StructuralElementDenormalizer implements ContextAwareDenormalizerInterface, CacheableSupportsMethodInterface { - private NormalizerInterface $normalizer; + private DenormalizerInterface $normalizer; private EntityManagerInterface $entityManager; private array $object_cache = [];