mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-24 01:09:50 +01:00
Changed address formatting to match en_GB locale
This commit is contained in:
parent
853896dc7f
commit
3f500ff499
@ -57,10 +57,11 @@ class Address extends \Faker\Provider\Address
|
||||
);
|
||||
protected static $streetAddressFormats = array(
|
||||
'{{buildingNumber}} {{streetName}}',
|
||||
'{{buildingNumber}} {{streetName}} {{secondaryAddress}}',
|
||||
'{{buildingNumber}} {{streetName}}',
|
||||
"{{secondaryAddress}}\n{{streetName}}",
|
||||
);
|
||||
protected static $addressFormats = array(
|
||||
"{{streetAddress}}\n{{city}}, {{postcode}}",
|
||||
"{{streetAddress}}\n{{city}}\n{{postcode}}",
|
||||
);
|
||||
protected static $secondaryAddressFormats = array('Flat ##', 'Flat ##?', 'Studio ##', 'Studio ##?');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user