mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-29 04:27:16 +00:00
rector fixes
This commit is contained in:
@@ -45,7 +45,7 @@ class PhonenumberNormalizer implements ContextAwareNormalizerInterface, Denormal
|
||||
|
||||
try {
|
||||
return $this->phoneNumberUtil->parse($data, $this->defaultCarrierCode);
|
||||
} catch (NumberParseException $e) {
|
||||
} catch (NumberParseException) {
|
||||
$phonenumber = new PhoneNumber();
|
||||
$phonenumber->setRawInput($data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user