FakerPHP / Faker

Faker is a PHP library that generates fake data for you
https://fakerphp.github.io
Other
3.58k stars 345 forks source link

Fix: lv_LV postcode format #661

Closed edgarsn closed 1 year ago

edgarsn commented 1 year ago

What is the reason for this PR?

This fixes lv_LV Address provider postcode format to correct one:

Author's checklist

Summary of changes

ISO3166-1 alpha-2 country code in front which is LV, next symbol must be dash - and then 4 digits. e.g. LV-1000, instead of LV 1000

https://en.wikipedia.org/wiki/Postal_codes_in_Latvia

Review checklist

bram-pkg commented 1 year ago

Thanks for your contribution :)

Could you also update/create a tests?

edgarsn commented 1 year ago

Thanks for your contribution :)

Could you also update/create a tests?

Sorry about that! Test added.

bram-pkg commented 1 year ago

Thank you @edgarsn :)