diff --git a/Normalizer/DenormalizerInterface.php b/Normalizer/DenormalizerInterface.php index 4edb70096..d047ec298 100644 --- a/Normalizer/DenormalizerInterface.php +++ b/Normalizer/DenormalizerInterface.php @@ -22,7 +22,7 @@ /** * @author Jordi Boggiano * - * @method getSupportedTypes(?string $format): array + * @method array getSupportedTypes(?string $format) */ interface DenormalizerInterface { diff --git a/Normalizer/NormalizerInterface.php b/Normalizer/NormalizerInterface.php index 40779de31..5710167f4 100644 --- a/Normalizer/NormalizerInterface.php +++ b/Normalizer/NormalizerInterface.php @@ -19,7 +19,7 @@ /** * @author Jordi Boggiano * - * @method getSupportedTypes(?string $format): array + * @method array getSupportedTypes(?string $format) */ interface NormalizerInterface {