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

Commit

Permalink
LI post code fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos0815 committed Jun 15, 2018
1 parent c6c465a commit f9fe2ef
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 f9fe2ef

Please sign in to comment.