ZF-10602: Small typo in PHPDoc comment
Description
Index: Zend/Validate/Interface.php
===================================================================
--- Zend/Validate/Interface.php (revision 23259)
+++ Zend/Validate/Interface.php (working copy)
@@ -36,7 +36,7 @@
*
* @param mixed $value
* @return boolean
- * @throws Zend_Valid_Exception If validation of $value is impossible
+ * @throws Zend_Validate_Exception If validation of $value is impossible
*/
public function isValid($value);
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2010-10-27T07:04:24.000+0000
Patch applied to trunk and 1.11 release branch; will release with 1.11.1