Skip to content

Commit

Permalink
Proper format for E.164 numbers (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
miken32 authored Oct 12, 2021
1 parent cc1a1a6 commit 5aa3bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/en_US/PhoneNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class PhoneNumber extends \Faker\Provider\PhoneNumber
];

protected static $e164Formats = [
'+1{{areaCode}}#######',
'+1{{areaCode}}{{exchangeCode}}####',
];

/**
Expand Down

0 comments on commit 5aa3bfe

Please # to comment.