Skip to content

Commit

Permalink
Merge pull request zendframework#3687 branch 'hotfix/phpdoc-return-type'
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Feb 6, 2013
2 parents db2d491 + c0fe4cb commit 2367b16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Cache/Pattern/PatternOptions.php
Expand Up @@ -492,7 +492,7 @@ public function getIndexFilename()
*
* @param mixed $object
* @throws Exception\InvalidArgumentException
* @return $this
* @return PatternOptions
*/
public function setObject($object)
{
Expand Down Expand Up @@ -575,7 +575,7 @@ public function getObjectCacheMethods()
* - ObjectCache
*
* @param mixed $objectKey
* @return $this
* @return PatternOptions
*/
public function setObjectKey($objectKey)
{
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Form/View/Helper/FormMultiCheckbox.php
Expand Up @@ -58,7 +58,7 @@ class FormMultiCheckbox extends FormInput
*
* @param mixed $labelPosition
* @throws Exception\InvalidArgumentException
* @return $this
* @return FormMultiCheckbox
*/
public function setLabelPosition($labelPosition)
{
Expand Down

0 comments on commit 2367b16

Please sign in to comment.