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

Commit 39a6bc8

Browse files
committed
Fixes DocBlocks in Zend_Captcha_Base
1 parent 742e41e commit 39a6bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Zend/Captcha/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public function getName()
7878
* Set name
7979
*
8080
* @param string $name
81+
* @return Zend_Captcha_Adapter
8182
*/
8283
public function setName($name)
8384
{
@@ -89,7 +90,6 @@ public function setName($name)
8990
* Constructor
9091
*
9192
* @param array|Zend_Config $options
92-
* @return void
9393
*/
9494
public function __construct($options = null)
9595
{

0 commit comments

Comments
 (0)