1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-22 16:29:55 +01:00

Removed one address string

This commit is contained in:
Hamlet 2012-12-22 18:22:43 +04:00
parent fabe752464
commit 478b95d8a3

View File

@ -76,7 +76,6 @@ class Address extends \Faker\Provider\Address
protected static $addressFormats = array(
"{{region}} {{regionSuffix}}, {{cityPrefix}} {{city}}, {{street}} {{buildingNumber}} {{streetPrefix}}, {{postcode}}",
"{{postcode}}, {{region}} {{regionSuffix}}, {{cityPrefix}} {{city}}, {{street}} {{streetSuffix}}, {{buildingNumber}}",
);
public static function buildingNumber()