File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ echo $faker->dni; // '83367512'
10
10
### ` Faker\Provider\es_PE\Company `
11
11
12
12
``` php
13
- // Generates a Peruvian Documento Nacional de Identidad (DNI ) number
13
+ // Generates a Peruvian REG. UNICO DE CONTRIBUYENTES (RUC ) number
14
14
echo $faker->ruc; // '20105895410'
15
15
```
16
16
17
17
### ` Faker\Provider\es_PE\Company `
18
18
19
19
``` php
20
- // Generates a Peruvian Documento Nacional de Identidad (DNI ) number
20
+ // Generates a Peruvian REG. UNICO DE CONTRIBUYENTES (RUC ) number
21
21
echo $faker->ruc(true); // '20105895410'
22
22
```
23
23
24
24
### ` Faker\Provider\es_PE\Company `
25
25
26
26
``` php
27
- // Generates a Peruvian Documento Nacional de Identidad (DNI ) number
27
+ // Generates a REG. UNICO DE CONTRIBUYENTES (RUC ) number
28
28
echo $faker->ruc(false); // '20105895410'
29
29
```
You can’t perform that action at this time.
0 commit comments