Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 8428311

Browse files
authored
remove white spaces from end of lines
1 parent 0c042db commit 8428311

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Faker/Provider/fa_IR/PhoneNumber.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class PhoneNumber extends \Faker\Provider\PhoneNumber
77
/**
88
* @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
99
*/
10-
protected static $formats = array( // land line formts seprated by province
10+
protected static $formats = array( // land line formts seprated by province
1111
"011########", //Mazandaran
1212
"013########", //Gilan
1313
"017########", //Golestan
@@ -65,8 +65,8 @@ class PhoneNumber extends \Faker\Provider\PhoneNumber
6565
'0939#######',
6666
'0920#######',
6767
'0921#######',
68-
'0937#######',
69-
'0990#######', // MCI
68+
'0937#######',
69+
'0990#######', // MCI
7070
);
7171
public static function mobileNumber()
7272
{

0 commit comments

Comments
 (0)