Skip to content

Commit

Permalink
Fix: Validate Austrian post codes to exclude invalid values starting …
Browse files Browse the repository at this point in the history
…with 0

Updated docblock
  • Loading branch information
weswaldix authored Sep 16, 2024
1 parent 2807cf2 commit fe22bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Formatter/ATFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe22bfb

Please sign in to comment.