Skip to content

Commit 4b42ef7

Browse files
authored
Revert "Updated address provider documentation for en_NG locale (FakerPHP#94)"
This reverts commit b6400cf.
1 parent b6400cf commit 4b42ef7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/locales/en_NG.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
### `Faker\Provider\en_NG\Address`
44

55
```php
6-
echo $faker->city(); // 'Edo'
7-
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'
6+
echo $faker->county(); // 'Edo'
7+
echo $faker->region(); // 'Katsina'
128
```
139

1410
### `Faker\Provider\en_NG\Person`

0 commit comments

Comments
 (0)