1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-24 09:19:50 +01:00

Make state abbreviations all capital

This commit is contained in:
Rick Cuddy 2013-09-07 17:03:21 +10:00
parent 89300811d1
commit 6e57bcb4f2

View File

@ -26,7 +26,7 @@ class Address extends \Faker\Provider\en_US\Address
);
protected static $stateAbbr = array(
'ACT', 'NSW', 'NT', 'Qld', 'SA', 'Tas', 'Vic'
'ACT', 'NSW', 'NT', 'QLD', 'SA', 'TAS', 'VIC'
);
protected static $streetAddressFormats = array(