1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-24 01:09:50 +01:00

improve common company names pattern probability

This commit is contained in:
John Was 2014-03-11 00:02:36 +01:00
parent 0457ecb0cb
commit 6017a9c77a

View File

@ -6,6 +6,10 @@ class Company extends \Faker\Provider\Company
{
protected static $formats = array(
'{{lastName}}',
'{{lastName}}',
'{{lastName}} {{companySuffix}}',
'{{lastName}} {{companySuffix}}',
'{{lastName}} {{companySuffix}}',
'{{lastName}} {{companySuffix}}',
'{{companyPrefix}} {{lastName}}',
'{{lastName}}-{{lastName}}',