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

Commit

Permalink
Merge pull request #1052 from daleattree/master
Browse files Browse the repository at this point in the history
Issue #1041
  • Loading branch information
fzaninotto authored Oct 10, 2016
2 parents 6e17ce0 + 84d0085 commit 66e2ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/PhoneNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function phoneNumber()
*/
public function e164PhoneNumber()
{
$formats = array('+#############');
$formats = array('+%############');
return static::numerify($this->generator->parse(static::randomElement($formats)));
}

Expand Down

0 comments on commit 66e2ffd

Please sign in to comment.