Skip to content

Commit

Permalink
Add VC to PostCode.php
Browse files Browse the repository at this point in the history
Adds missing postcode regex for Saint Vincent and the Grenadines

Signed-off-by: Christian Wolf <[email protected]>
  • Loading branch information
chaos0815 authored Dec 22, 2023
1 parent 80d9f5d commit b0a9265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Validator/PostCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ class PostCode extends AbstractValidator
'WF' => '986\d{2}',
'YT' => '976\d{2}',
'VN' => '\d{6}',
'VC' => 'VC\d{4}',
];
// @codingStandardsIgnoreEnd

Expand Down

0 comments on commit b0a9265

Please sign in to comment.