Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 1984f62

Browse files
committed
Fixes DocBlocks in Zend_Captcha_Word
1 parent 39a6bc8 commit 1984f62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

library/Zend/Captcha/Word.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function getId ()
187187
* Set captcha identifier
188188
*
189189
* @param string $id
190-
* return Zend_Captcha_Word
190+
* @return Zend_Captcha_Word
191191
*/
192192
protected function _setId ($id)
193193
{
@@ -366,7 +366,8 @@ protected function _generateRandomId()
366366
* Validate the word
367367
*
368368
* @see Zend_Validate_Interface::isValid()
369-
* @param mixed $value
369+
* @param mixed $value
370+
* @param array|null $context
370371
* @return boolean
371372
*/
372373
public function isValid($value, $context = null)

0 commit comments

Comments
 (0)