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 #678 from Quanthir/master
Browse files Browse the repository at this point in the history
Turkish phones number formats
  • Loading branch information
fzaninotto committed Feb 23, 2016
2 parents 7661e95 + f063540 commit 79b6e0d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/Faker/Provider/tr_TR/PhoneNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ class PhoneNumber extends \Faker\Provider\PhoneNumber
'053########',
'054########',
'055########',
'0 50# ## ## ###',
'0 53# ## ## ###',
'0 54# ## ## ###',
'0 55# ## ## ###',
'0 (50#) ## ## ###',
'0 (53#) ## ## ###',
'0 (54#) ## ## ###',
'0 (55#) ## ## ###',
'0 50# ### ## ##',
'0 53# ### ## ##',
'0 54# ### ## ##',
'0 55# ### ## ##',
'0 (50#) ### ## ##',
'0 (53#) ### ## ##',
'0 (54#) ### ## ##',
'0 (55#) ### ## ##',
'+9050########',
'+9053########',
'+9054########',
'+9055########',
'+90 50# ## ## ###',
'+90 53# ## ## ###',
'+90 54# ## ## ###',
'+90 55# ## ## ###',
'+90 (50#) ## ## ###',
'+90 (53#) ## ## ###',
'+90 (54#) ## ## ###',
'+90 (55#) ## ## ###'
'+90 50# ### ## ##',
'+90 53# ### ## ##',
'+90 54# ### ## ##',
'+90 55# ### ## ##',
'+90 (50#) ### ## ##',
'+90 (53#) ### ## ##',
'+90 (54#) ### ## ##',
'+90 (55#) ### ## ##'
);
}

0 comments on commit 79b6e0d

Please sign in to comment.