Przeglądaj źródła

Fixes DocBlocks in Zend_Captcha_ReCaptcha

Frank Brückner 11 lat temu
rodzic
commit
de68609eb1
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      library/Zend/Captcha/ReCaptcha.php

+ 3 - 3
library/Zend/Captcha/ReCaptcha.php

@@ -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)