From 1bf27e502a1173b26411b73b5cfb020ce871aa87 Mon Sep 17 00:00:00 2001 From: Szymon Cybulski Date: Thu, 31 Aug 2023 15:11:39 +0200 Subject: [PATCH] fixed polish license plate sample --- docs/locales/pl_PL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/locales/pl_PL.md b/docs/locales/pl_PL.md index 8419b3e4..2028280b 100644 --- a/docs/locales/pl_PL.md +++ b/docs/locales/pl_PL.md @@ -42,7 +42,7 @@ echo $faker->licensePlate(false, ['zachodniopomorskie', 'świętokrzyskie']); // // Generates a random Polish vehicle registration number for specific counties echo $faker->licensePlate(false, ['warmińsko-mazurskie'], ['nidzicki', 'olecki']); // "NOE 35807" // Generates a random Polish license plate of Border Service or Police -echo $faker->licensePlate(true, ['services'], ['Straż Graniczna', 'Policja']); // "UG 822PC" +echo $faker->licensePlate(true, ['services'], ['Straż Graniczna', 'Policja']); // "HWA NB41", "HPG 806HV" // Generates a random Polish army license plate echo $faker->licensePlate(true, ['army']); // "UG 822PC" ```