fzaninotto / Faker

Faker is a PHP library that generates fake data for you
MIT License
26.8k stars 3.57k forks source link

Unknown formatter secondaryAddress does not exist #2033

Open pedzed opened 3 years ago

pedzed commented 3 years ago

Summary

I expected $faker->secondaryAddress to work, but it doesn't, whilst it is documented in the README. A possible reason is that I'm not using en_US as locale, but rather nl_NL. But I wouldn't expect an error, even though I am not using the default en_US locale.

Versions

Version
PHP 7.3.14
fzaninotto/faker ^1.9.1
Guxinpei commented 3 years ago

Hi @pedzed Is it secondaryAddressFormats right ? my commit