mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
apply rector rules
This commit is contained in:
@@ -190,7 +190,7 @@ final class PhonenumberHelper implements PhoneNumberHelperInterface
|
||||
'Type' => 'carrier',
|
||||
],
|
||||
]);
|
||||
} catch (ClientException $e) {
|
||||
} catch (ClientException) {
|
||||
return 'invalid';
|
||||
} catch (ServerException $e) {
|
||||
$response = $e->getResponse();
|
||||
|
Reference in New Issue
Block a user