This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d65354d
commit a64991c
Showing
4 changed files
with
5 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,8 @@ | |
class PhoneNumber extends \Faker\Provider\PhoneNumber | ||
{ | ||
protected static $formats = array( | ||
// 8804 234 | ||
'#######', | ||
|
||
// 7777 4444 | ||
'########', | ||
'#######', // 8804 234 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
fzaninotto
Author
Owner
|
||
'########', // 7777 4444 | ||
); | ||
|
||
protected static $internationalPrefixes = array('+62', '(+62)'); | ||
|
@@ -66,14 +63,9 @@ class PhoneNumber extends \Faker\Provider\PhoneNumber | |
); | ||
|
||
protected static $mobileNumberFormats = array( | ||
// 0811 XXX XXX, 10 digits, very old | ||
'######', | ||
|
||
// 0811 XXXX XXX, 11 digits | ||
'#######', | ||
|
||
// 0811 XXXX XXXX, 12 digits | ||
'########', | ||
'######', // 0811 XXX XXX, 10 digits, very old | ||
'#######', // 0811 XXXX XXX, 11 digits | ||
'########', // 0811 XXXX XXXX, 12 digits | ||
); | ||
|
||
public static function internationalNumber() | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
maybe align these comments too like the others?