1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-20 23:39:51 +01:00

Remove stateAbbr suffix from address formats

This commit is contained in:
David Faux 2013-12-06 13:37:39 +02:00
parent a8f2d4feb4
commit 20bcc12b0d

View File

@ -59,7 +59,7 @@ class Address extends \Faker\Provider\Address
'{{buildingNumber}} {{streetName}} {{secondaryAddress}}',
);
protected static $addressFormats = array(
"{{streetAddress}}\n{{city}}, {{stateAbbr}} {{postcode}}",
"{{streetAddress}}\n{{city}}, {{provinceAbbr}} {{postcode}}",
);
protected static $secondaryAddressFormats = array('Apt. ###', 'Suite ###');