This commit is contained in:
Julien Fastré 2022-03-02 16:59:20 +01:00
parent 1312fd0941
commit 6171a221b2

View File

@ -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 = [])