Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/translations-cz'
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validator/PostCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class PostCode extends AbstractValidator
self::INVALID => "Invalid type given. String or integer expected",
self::NO_MATCH => "The input does not appear to be a postal code",
self::SERVICE => "The input does not appear to be a postal code",
self::SERVICEFAILURE => "An exception has been raised while validating the input.",
self::SERVICEFAILURE => "An exception has been raised while validating the input",
);

/**
Expand Down

0 comments on commit cdd7d9f

Please sign in to comment.