Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #381 from ronanguilloux/relatedToPR224
Browse files Browse the repository at this point in the history
adding French street prefixes - related to PR #224 (abandoned?)
  • Loading branch information
fzaninotto committed Aug 13, 2014
2 parents d8cdf8d + 0cee9a2 commit d09e5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/fr_FR/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class Address extends \Faker\Provider\Address
{
protected static $citySuffix = array('Ville', 'Bourg', '-les-Bains', '-sur-Mer', '-la-Forêt', 'boeuf', 'nec', 'dan');
protected static $streetPrefix = array('rue', 'rue', 'chemin', 'avenue', 'boulevard');
protected static $streetPrefix = array('rue', 'rue', 'chemin', 'avenue', 'boulevard', 'place', 'impasse');
protected static $cityFormats = array(
'{{lastName}}',
'{{lastName}}',
Expand Down

0 comments on commit d09e5fc

Please sign in to comment.