Skip to content

Commit

Permalink
ZF-10602: modify original patch to suit ZF2 namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 26, 2011
1 parent be8915b commit 38504da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Validator/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface Validator
*
* @param mixed $value
* @return boolean
* @throws Zend_Validator_Exception If validation of $value is impossible
* @throws Exception If validation of $value is impossible
*/
public function isValid($value);

Expand Down

0 comments on commit 38504da

Please sign in to comment.