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 #943 from thiagotalma/patch-1
Browse files Browse the repository at this point in the history
Update Company.php
  • Loading branch information
fzaninotto authored Jun 23, 2016
2 parents c6533b0 + e276a71 commit bd2b595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Faker/Provider/pt_BR/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ class Company extends \Faker\Provider\Company
'{{lastName}} {{companySuffix}}',
'{{lastName}}-{{lastName}}',
'{{lastName}} e {{lastName}}',
'{{lastName}} de {{lastName}}',
'{{lastName}}, {{lastName}} e {{lastName}}'
'{{lastName}} e {{lastName}} {{companySuffix}}',
'{{lastName}} Comercial Ltda.'
);

protected static $companySuffix = array('e Filho', 'e Filha', 'e Filhos', 'e Associados', 'e Flia.', 'SRL', 'SA', 'S. de H.');
protected static $companySuffix = array('e Filhos', 'e Associados', 'Ltda.', 'S.A.');

/**
* A random CNPJ number.
Expand Down

0 comments on commit bd2b595

Please sign in to comment.