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

Commit

Permalink
must+v1
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 31, 2014
1 parent 846a6c6 commit 79040a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filter/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct($validator)
}
if (!$validator instanceof ZendValidator) {
throw new Exception\InvalidArgumentException(sprintf(
'Parameter of type %s is invalid; must implements Zend\Validator\ValidatorInterface',
'Parameter of type %s is invalid; must implement Zend\Validator\ValidatorInterface',
(is_object($validator) ? get_class($validator) : gettype($validator))
));
}
Expand Down

0 comments on commit 79040a3

Please sign in to comment.