mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
DX: apply rector rulesets up to PHP 73
This commit is contained in:
@@ -224,7 +224,7 @@ final class PhonenumberHelper implements PhoneNumberHelperInterface
|
||||
return null;
|
||||
}
|
||||
|
||||
$validation = json_decode($response->getBody()->getContents())->carrier->type;
|
||||
$validation = json_decode($response->getBody()->getContents(), null, 512, JSON_THROW_ON_ERROR)->carrier->type;
|
||||
|
||||
$item
|
||||
->set($validation)
|
||||
|
Reference in New Issue
Block a user