소스 검색

Fixes DocBlocks in Zend_Captcha_Word

Frank Brückner 11 년 전
부모
커밋
1984f6270e
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      library/Zend/Captcha/Word.php

+ 3 - 2
library/Zend/Captcha/Word.php

@@ -187,7 +187,7 @@ abstract class Zend_Captcha_Word extends Zend_Captcha_Base
      * Set captcha identifier
      *
      * @param string $id
-     * return Zend_Captcha_Word
+     * @return Zend_Captcha_Word
      */
     protected function _setId ($id)
     {
@@ -366,7 +366,8 @@ abstract class Zend_Captcha_Word extends Zend_Captcha_Base
      * Validate the word
      *
      * @see    Zend_Validate_Interface::isValid()
-     * @param  mixed $value
+     * @param  mixed      $value
+     * @param  array|null $context
      * @return boolean
      */
     public function isValid($value, $context = null)