diff --git a/stubs/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.stub b/stubs/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.stub index 83c6ddff..da4ab673 100644 --- a/stubs/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.stub +++ b/stubs/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.stub @@ -9,7 +9,7 @@ interface DenormalizerInterface * @param string $type * @param string|null $format * @param array $context - * @return object|array + * @return mixed */ public function denormalize($data, $type, $format = null, array $context = []);