mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-24 01:09:50 +01:00
phone numbers
This commit is contained in:
parent
dd6a243ed5
commit
3f11bdb797
@ -5,10 +5,11 @@ namespace Faker\Provider\sk_SK;
|
||||
class PhoneNumber extends \Faker\Provider\PhoneNumber
|
||||
{
|
||||
protected static $formats = array(
|
||||
'+420 ### ### ###',
|
||||
'### ### ###',
|
||||
'00420#########',
|
||||
'+420#########',
|
||||
'#########',
|
||||
'+421 ### ### ###',
|
||||
'00421 ### ### ###',
|
||||
'#### ### ###',
|
||||
'00421#########',
|
||||
'+421#########',
|
||||
'########',
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user