We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66987fa commit ea4dd1dCopy full SHA for ea4dd1d
docs/locales/pl_PL.md
@@ -42,7 +42,7 @@ echo $faker->licensePlate(false, ['zachodniopomorskie', 'świętokrzyskie']); //
42
// Generates a random Polish vehicle registration number for specific counties
43
echo $faker->licensePlate(false, ['warmińsko-mazurskie'], ['nidzicki', 'olecki']); // "NOE 35807"
44
// Generates a random Polish license plate of Border Service or Police
45
-echo $faker->licensePlate(true, ['services'], ['Straż Graniczna', 'Policja']); // "UG 822PC"
+echo $faker->licensePlate(true, ['services'], ['Straż Graniczna', 'Policja']); // "HWA NB41", "HPG 806HV"
46
// Generates a random Polish army license plate
47
echo $faker->licensePlate(true, ['army']); // "UG 822PC"
48
```
0 commit comments