forked from fzaninotto/Faker
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Phone numbers in ar_EG #932
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 1 week if no further activity occurs. Thank you for your contributions. |
“This is still an issue” can help. |
Feel free to raise a PR and a proper source of the phonemumber spec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Phone numbers in
ar_EG
is not working as expected, it produces other phone number which is not Egyptian ones.Versions
fakerphp/faker
Self-enclosed code snippet for reproduction
Expected output
Expected a number starts with
010
or011
or012
or015
followed by 8 digits, like:or
or
or
Actual output
Output that does not start with the expected prefix and sometimes include characters that does not exist in the Egyptian phones such as
.
,(
and)
or
or
Suggested code to fix the issue
We can create a new file called
PhoneNumber
insrc\Provider\ar_EG
that contains the following codeThe text was updated successfully, but these errors were encountered: