diff --git a/src/Validator/PostCode.php b/src/Validator/PostCode.php index 7af07dd8..916d6be7 100644 --- a/src/Validator/PostCode.php +++ b/src/Validator/PostCode.php @@ -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}',