mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-04-21 16:01:56 +02:00
Merge pull request #1530 from fostam/master
building numbers in Germany never start with a zero or are zero
This commit is contained in:
commit
2dab062242
@ -4,7 +4,7 @@ namespace Faker\Provider\de_DE;
|
||||
|
||||
class Address extends \Faker\Provider\Address
|
||||
{
|
||||
protected static $buildingNumber = array('###', '##', '#', '#/#', '##[abc]', '#[abc]');
|
||||
protected static $buildingNumber = array('%##', '%#', '%', '%/%', '%#[abc]', '%[abc]');
|
||||
|
||||
protected static $streetSuffixLong = array(
|
||||
'Gasse', 'Platz', 'Ring', 'Straße', 'Weg', 'Allee'
|
||||
|
Loading…
x
Reference in New Issue
Block a user