Skip to content

Commit

Permalink
Updated address provider documentation for en_NG locale (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisidakwo committed Nov 8, 2023
1 parent b4c9a21 commit b6400cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/locales/en_NG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
### `Faker\Provider\en_NG\Address`

```php
echo $faker->county(); // 'Edo'
echo $faker->region(); // 'Katsina'
echo $faker->city(); // 'Edo'
echo $faker->cityName(); // 'Edo'
echo $faker->state(); // 'Katsina'
echo $faker->region(); // 'South-East'
echo $faker->streetAddress(); // '92 Rev. Oladimeji Way'
echo $faker->streetName(); // 'Chief Olasunkanmi-fasayo Street'
```

### `Faker\Provider\en_NG\Person`
Expand Down

0 comments on commit b6400cf

Please sign in to comment.