mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
phonenumber helper: remove unused method and fix tests
This commit is contained in:
@@ -22,8 +22,6 @@ use libphonenumber\PhoneNumber;
|
||||
*/
|
||||
interface PhoneNumberHelperInterface
|
||||
{
|
||||
public function denormalize(PhoneNumber $phoneNumber): string;
|
||||
|
||||
public function format(PhoneNumber $phonenumber): string;
|
||||
|
||||
/**
|
||||
@@ -54,5 +52,4 @@ interface PhoneNumberHelperInterface
|
||||
*/
|
||||
public function isValidPhonenumberMobile(string $phonenumber): bool;
|
||||
|
||||
public function normalize(string $phoneNumber): string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user