Skip to content

Commit

Permalink
Merge pull request #116 from chaos0815/patch-1
Browse files Browse the repository at this point in the history
Add VC to PostCode.php
  • Loading branch information
Ocramius authored Dec 22, 2023
2 parents 80d9f5d + b0a9265 commit 4b6df85
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 4b6df85

Please sign in to comment.