From fe22bfb7a2fd7c8b3c0740be8695300422e63d05 Mon Sep 17 00:00:00 2001 From: Andreas Weswaldi <37552851+weswaldix@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:40:46 +0200 Subject: [PATCH] Fix: Validate Austrian post codes to exclude invalid values starting with 0 Updated docblock --- src/Formatter/ATFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Formatter/ATFormatter.php b/src/Formatter/ATFormatter.php index bb714cd..80c199a 100644 --- a/src/Formatter/ATFormatter.php +++ b/src/Formatter/ATFormatter.php @@ -9,7 +9,7 @@ /** * Validates and formats postcodes in Austria. * - * Postcodes consist of 4 digits, without separator. + * Postcodes consist of 4 digits, without separator. The first digit must be 1-9. * * @see https://en.wikipedia.org/wiki/List_of_postal_codes * @see https://en.wikipedia.org/wiki/Postal_codes_in_Austria