Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1108 from tomasbedrich/master
Browse files Browse the repository at this point in the history
[cs_CZ] Fixed Czech phone numbers
  • Loading branch information
fzaninotto authored Dec 1, 2016
2 parents 9722bbe + f5b5598 commit f89c844
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Faker/Provider/cs_CZ/PhoneNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
class PhoneNumber extends \Faker\Provider\PhoneNumber
{
protected static $formats = array(
'+420 ### ### ###',
'### ### ###',
'00420#########',
'+420#########',
'#########',
'+420 %## ### ###',
'%## ### ###',
'00420%########',
'+420%########',
'%########',
);
}

0 comments on commit f89c844

Please # to comment.