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 #877 from iget-master/patch-1
Browse files Browse the repository at this point in the history
Improve README.me on pt_BR providers section
  • Loading branch information
fzaninotto committed Apr 13, 2016
2 parents 9999f1c + 0f76d44 commit 1c33e89
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,16 @@ echo $faker->name; // 'Sr. Luis Adriano Sepúlveda Filho'
echo $faker->cpf; // '145.343.345-76'
echo $faker->cpf(false); // '45623467866'
echo $faker->rg; // '84.405.736-3'
echo $faker->cnpj; // '23.663.478/0001-24'
```

### `Faker\Provider\pt_BR\Company`

```php
<?php

// Generates a Brazilian formated and valid CNPJ
echo $faker->cnpj; // '23.663.478/0001-24'
echo $faker->cnpj(false); // '23663478000124'
```

### `Faker\Provider\ro_MD\Payment`
Expand Down

0 comments on commit 1c33e89

Please sign in to comment.