From 0c042db6ffe496c0bf7376db9177a36a9221b3b8 Mon Sep 17 00:00:00 2001 From: The Lost Guy Date: Sun, 6 Oct 2019 20:01:33 +0330 Subject: [PATCH 1/2] Add all Iran's provinces land lines numbers Add all of Iran's provinces land lines number formats separated by province name. --- src/Faker/Provider/fa_IR/PhoneNumber.php | 41 ++++++++++++++++++++---- 1 file changed, 35 insertions(+), 6 deletions(-) diff --git a/src/Faker/Provider/fa_IR/PhoneNumber.php b/src/Faker/Provider/fa_IR/PhoneNumber.php index 5693e74a07..c9000c411c 100644 --- a/src/Faker/Provider/fa_IR/PhoneNumber.php +++ b/src/Faker/Provider/fa_IR/PhoneNumber.php @@ -7,11 +7,40 @@ class PhoneNumber extends \Faker\Provider\PhoneNumber /** * @link https://fa.wikipedia.org/wiki/%D8%B4%D9%85%D8%A7%D8%B1%D9%87%E2%80%8C%D9%87%D8%A7%DB%8C_%D8%AA%D9%84%D9%81%D9%86_%D8%AF%D8%B1_%D8%A7%DB%8C%D8%B1%D8%A7%D9%86#.D8.AA.D9.84.D9.81.D9.86.E2.80.8C.D9.87.D8.A7.DB.8C_.D9.87.D9.85.D8.B1.D8.A7.D9.87 */ - protected static $formats = array( - '021########', - '026########', - '031########', + protected static $formats = array( // land line formts seprated by province + "011########", //Mazandaran + "013########", //Gilan + "017########", //Golestan + "021########", //Tehran + "023########", //Semnan + "024########", //Zanjan + "025########", //Qom + "026########", //Alborz + "028########", //Qazvin + "031########", //Isfahan + "034########", //Kerman + "035########", //Yazd + "038########", //Chaharmahal and Bakhtiari + "041########", //East Azerbaijan + "044########", //West Azerbaijan + "045########", //Ardabil + "051########", //Razavi Khorasan + "054########", //Sistan and Baluchestan + "056########", //South Khorasan + "058########", //North Khorasan + "061########", //Khuzestan + "066########", //Lorestan + "071########", //Fars + "074########", //Kohgiluyeh and Boyer-Ahmad + "076########", //Hormozgan + "077########", //Bushehr + "081########", //Hamadan + "083########", //Kermanshah + "084########", //Ilam + "086########", //Markazi + "087########", //Kurdistan ); + protected static $mobileNumberPrefixes = array( '0910#######',//mci '0911#######', @@ -36,8 +65,8 @@ class PhoneNumber extends \Faker\Provider\PhoneNumber '0939#######', '0920#######', '0921#######', - '0937#######', - '0937#######', + '0937#######', + '0990#######', // MCI ); public static function mobileNumber() { From 84283112f074daa8af67debc05cbc3947dd2e6f5 Mon Sep 17 00:00:00 2001 From: The Lost Guy Date: Tue, 8 Oct 2019 11:33:42 +0330 Subject: [PATCH 2/2] remove white spaces from end of lines --- src/Faker/Provider/fa_IR/PhoneNumber.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Faker/Provider/fa_IR/PhoneNumber.php b/src/Faker/Provider/fa_IR/PhoneNumber.php index c9000c411c..fb80b1d223 100644 --- a/src/Faker/Provider/fa_IR/PhoneNumber.php +++ b/src/Faker/Provider/fa_IR/PhoneNumber.php @@ -7,7 +7,7 @@ class PhoneNumber extends \Faker\Provider\PhoneNumber /** * @link https://fa.wikipedia.org/wiki/%D8%B4%D9%85%D8%A7%D8%B1%D9%87%E2%80%8C%D9%87%D8%A7%DB%8C_%D8%AA%D9%84%D9%81%D9%86_%D8%AF%D8%B1_%D8%A7%DB%8C%D8%B1%D8%A7%D9%86#.D8.AA.D9.84.D9.81.D9.86.E2.80.8C.D9.87.D8.A7.DB.8C_.D9.87.D9.85.D8.B1.D8.A7.D9.87 */ - protected static $formats = array( // land line formts seprated by province + protected static $formats = array( // land line formts seprated by province "011########", //Mazandaran "013########", //Gilan "017########", //Golestan @@ -65,8 +65,8 @@ class PhoneNumber extends \Faker\Provider\PhoneNumber '0939#######', '0920#######', '0921#######', - '0937#######', - '0990#######', // MCI + '0937#######', + '0990#######', // MCI ); public static function mobileNumber() {