mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-24 01:09:50 +01:00
Missing comma in array.
This commit is contained in:
parent
b6c01f736a
commit
5d5af689f0
@ -6,7 +6,7 @@ class PhoneNumber extends \Faker\Provider\PhoneNumber
|
||||
{
|
||||
protected static $formats = array(
|
||||
'+30 2# ########',
|
||||
'+30 6# ########'
|
||||
'+30 6# ########',
|
||||
'+30 2### ######',
|
||||
'+30 6### ######',
|
||||
'+302#########',
|
||||
|
Loading…
x
Reference in New Issue
Block a user