Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #100 from chaos0815/master
Browse files Browse the repository at this point in the history
LI post code fixed
  • Loading branch information
michalbundyra committed Sep 22, 2019
2 parents 660232a + f9fe2ef commit 384d194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validator/PostCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class PostCode extends AbstractValidator
'LA' => '\d{5}',
'LV' => '(LV-)?\d{4}',
'LB' => '(\d{4}([ ]?\d{4})?)?',
'LI' => '(948[5-9])|(949[0-7])',
'LI' => '(948[5-9])|(949[0-8])',
'LT' => '\d{5}',
'LU' => '\d{4}',
'MK' => '\d{4}',
Expand Down

0 comments on commit 384d194

Please sign in to comment.