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

Commit de68609

Browse files
committed
Fixes DocBlocks in Zend_Captcha_ReCaptcha
1 parent 94bea6c commit de68609

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/Zend/Captcha/ReCaptcha.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ public function setPubkey($pubkey)
135135
/**
136136
* Constructor
137137
*
138-
* @param array|Zend_Config $options
139-
* @return void
138+
* @param array|Zend_Config $options
140139
*/
141140
public function __construct($options = null)
142141
{
@@ -215,7 +214,8 @@ public function generate()
215214
* Validate captcha
216215
*
217216
* @see Zend_Validate_Interface::isValid()
218-
* @param mixed $value
217+
* @param mixed $value
218+
* @param array|null $context
219219
* @return boolean
220220
*/
221221
public function isValid($value, $context = null)

0 commit comments

Comments
 (0)