|
|
@@ -135,8 +135,7 @@ class Zend_Captcha_ReCaptcha extends Zend_Captcha_Base
|
|
|
/**
|
|
|
* Constructor
|
|
|
*
|
|
|
- * @param array|Zend_Config $options
|
|
|
- * @return void
|
|
|
+ * @param array|Zend_Config $options
|
|
|
*/
|
|
|
public function __construct($options = null)
|
|
|
{
|
|
|
@@ -215,7 +214,8 @@ class Zend_Captcha_ReCaptcha extends Zend_Captcha_Base
|
|
|
* Validate captcha
|
|
|
*
|
|
|
* @see Zend_Validate_Interface::isValid()
|
|
|
- * @param mixed $value
|
|
|
+ * @param mixed $value
|
|
|
+ * @param array|null $context
|
|
|
* @return boolean
|
|
|
*/
|
|
|
public function isValid($value, $context = null)
|