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

Commit

Permalink
remove white spaces from end of lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kingofnull committed Oct 8, 2019
1 parent 0c042db commit 8428311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Faker/Provider/fa_IR/PhoneNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -65,8 +65,8 @@ class PhoneNumber extends \Faker\Provider\PhoneNumber
'0939#######',
'0920#######',
'0921#######',
'0937#######',
'0990#######', // MCI
'0937#######',
'0990#######', // MCI
);
public static function mobileNumber()
{
Expand Down

0 comments on commit 8428311

Please sign in to comment.