We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9442c9 + 982a246 commit 2ee980eCopy full SHA for 2ee980e
1 file changed
src/ZipCode/Sanitizer.php
@@ -32,7 +32,7 @@ public function format(string $zipCode, string $countryCode, bool &$sanitized =
32
elseif ($countryCode === 'GB') {
33
$splitPos = min(max(strlen($newCode) - 3, 2), 4);
34
}
35
- elseif (in_array($countryCode, ['CZ', 'MT', 'SE', 'SK'])) {
+ elseif (in_array($countryCode, ['CZ', 'IE', 'MT', 'SE', 'SK'])) {
36
$splitPos = 3;
37
38
0 commit comments