From f9fe2efecfd345f13721f9f4a8156100f4e3810c Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 15 Jun 2018 07:11:04 +0000 Subject: [PATCH] LI post code fixed see http://de.postcode.info/liechtenstein/p/9498 --- src/Validator/PostCode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}',