1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-05 08:02:33 +02:00

Updated companySuffix formatter (fr_FR)

This commit is contained in:
Geoffrey Brier 2012-06-05 21:33:25 +02:00
parent 055f4e9e8b
commit 1d8e4a79cf

View File

@ -11,7 +11,7 @@ class Company extends \Faker\Provider\Company
'{{lastName}}',
);
protected static $companySuffix = array('SA', 'S.A.', 'SARL', 'S.A.R.L.', 'S.A.S.');
protected static $companySuffix = array('SA', 'S.A.', 'SARL', 'S.A.R.L.', 'S.A.S.', 'et Fils');
protected static $sirenFormat = "### ### ###";