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 #369 from piotrantosik/patch-1
Browse files Browse the repository at this point in the history
Add more PL phone number
  • Loading branch information
fzaninotto committed Jul 10, 2014
2 parents c9bf616 + 393accc commit 7317068
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Faker/Provider/pl_PL/PhoneNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
class PhoneNumber extends \Faker\Provider\PhoneNumber
{
protected static $formats = array(
'+## ### ### ####',
'+48 ## ### ## ##',
'0048 ## ### ## ##',
'### ### ###',
'+48 ### ### ###',
'0048 ### ### ###',
'#########',
'(##) ### ## ##',
'+##(##)#######',
'+48(##)#######',
'0048(##)#######',
);
}

0 comments on commit 7317068

Please sign in to comment.