jonatanbzk
Results
2
comments of
jonatanbzk
Hi, Currently Faker generates French phone numbers like +33 (0)4 06 21 24 41 that are not considered valid. [](https://en.wikipedia.org/wiki/Telephone_numbers_in_France) 'When calling France from abroad, the leading zero should be...
I checked this issue and fixed it changing this file : **Faker/src/Faker/Provider/fr_FR/PhoneNumber.php**  The result looks ok and the tests also passed.