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** ![faker](https://user-images.githubusercontent.com/62499410/77735215-73065480-700a-11ea-9412-82a1b49edde5.png) The result looks ok and the tests also passed.