Skip to content

Commit a4b99a9

Browse files
authored
Rename VAT formatter in it_IT locale (#58)
1 parent a23a759 commit a4b99a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/locales/it_IT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
### `Faker\Provider\it_IT\Company`
44

55
```php
6-
// Generates a random Vat Id
7-
echo $faker->vatId(); // "IT98746784967"
6+
// Generates a random VAT ID (partita IVA)
7+
echo $faker->vat(); // "IT98746784967"
88
```
99

1010
### `Faker\Provider\it_IT\Payment`

0 commit comments

Comments
 (0)