1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-24 01:09:50 +01:00

phone numbers

This commit is contained in:
bazo 2012-07-29 23:45:38 +02:00
parent dd6a243ed5
commit 3f11bdb797

View File

@ -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#########',
'########',
);
}