mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
restore showing phonenumber
This commit is contained in:
@@ -11,6 +11,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace Chill\MainBundle\Phonenumber;
|
||||
|
||||
use libphonenumber\PhoneNumber;
|
||||
|
||||
/**
|
||||
* Helper to some task linked to phonenumber.
|
||||
*
|
||||
@@ -20,9 +22,9 @@ namespace Chill\MainBundle\Phonenumber;
|
||||
*/
|
||||
interface PhoneNumberHelperInterface
|
||||
{
|
||||
public function denormalize(string $phoneNumber): string;
|
||||
public function denormalize(PhoneNumber $phoneNumber): string;
|
||||
|
||||
public function format(string $phonenumber): string;
|
||||
public function format(PhoneNumber $phonenumber): string;
|
||||
|
||||
/**
|
||||
* Get type (mobile, landline, ...) for phone number.
|
||||
|
Reference in New Issue
Block a user