We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c9a21 commit b6400cfCopy full SHA for b6400cf
docs/locales/en_NG.md
@@ -3,8 +3,12 @@
3
### `Faker\Provider\en_NG\Address`
4
5
```php
6
-echo $faker->county(); // 'Edo'
7
-echo $faker->region(); // 'Katsina'
+echo $faker->city(); // 'Edo'
+echo $faker->cityName(); // 'Edo'
8
+echo $faker->state(); // 'Katsina'
9
+echo $faker->region(); // 'South-East'
10
+echo $faker->streetAddress(); // '92 Rev. Oladimeji Way'
11
+echo $faker->streetName(); // 'Chief Olasunkanmi-fasayo Street'
12
```
13
14
### `Faker\Provider\en_NG\Person`
0 commit comments