diff --git a/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php b/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php index 3e7021b130..b2458f4c7c 100644 --- a/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php +++ b/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php @@ -33,8 +33,6 @@ interface DenormalizableInterface * @param string|null $format The format is optionally given to be able to denormalize * differently based on different input formats * @param array $context Options for denormalizing - * - * @return object|object[] */ public function denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = []); }