We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a558d commit ea49b0bCopy full SHA for ea49b0b
docs/locales/en_GB.md
@@ -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
13
+// Generates a random National Insurance number.
14
+echo $faker->nino; // 'TY179309C'
15
0 commit comments