mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-10 16:07:44 +00:00
DX: fix phpstan errors
This commit is contained in:
@@ -183,7 +183,7 @@ final class PhonenumberHelper implements PhoneNumberHelperInterface
|
||||
}
|
||||
|
||||
// filter only number
|
||||
$filtered = preg_replace('/[^0-9]/', '', $phonenumber);
|
||||
$filtered = preg_replace('/[^0-9]/', '', (string) $phonenumber);
|
||||
|
||||
$item = $this->cachePool->getItem('pnum_' . $filtered);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user