From 6171a221b2e4451ac275b74bf78834517e81438b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 2 Mar 2022 16:59:20 +0100 Subject: [PATCH] fix cs --- .../Serializer/Normalizer/PhonenumberNormalizer.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Bundle/ChillMainBundle/Serializer/Normalizer/PhonenumberNormalizer.php b/src/Bundle/ChillMainBundle/Serializer/Normalizer/PhonenumberNormalizer.php index c03a8849c..cb59e6421 100644 --- a/src/Bundle/ChillMainBundle/Serializer/Normalizer/PhonenumberNormalizer.php +++ b/src/Bundle/ChillMainBundle/Serializer/Normalizer/PhonenumberNormalizer.php @@ -32,6 +32,10 @@ class PhonenumberNormalizer implements NormalizerInterface, DenormalizerInterfac } /** + * @param mixed $data + * @param mixed $type + * @param null|mixed $format + * * @throws UnexpectedValueException */ public function denormalize($data, $type, $format = null, array $context = [])