Skip to content

Commit ea49b0b

Browse files
authored
Add en_GB locale doc (FakerPHP#15)
1 parent c9a558d commit ea49b0b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/locales/en_GB.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# English (United States)
2+
3+
### `Faker\Provider\en_GB\Address`
4+
5+
```php
6+
echo $faker->secondaryAddress; // 'Flat 13'
7+
echo $faker->county; // 'Hampshire'
8+
```
9+
10+
### `Faker\Provider\en_GB\Payment`
11+
12+
```php
13+
// Generates a random National Insurance number.
14+
echo $faker->nino; // 'TY179309C'
15+
```

0 commit comments

Comments
 (0)