Browse Source

ZF-11339
Zend_Form
Zend_Form_Decorator_Label::getLabel has incorrect return type in docblock


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23941 44c647ce-9c0f-0410-b52a-842ac1e357ba

adamlundrigan 14 years ago
parent
commit
82abf3fa9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Form/Decorator/Label.php

+ 1 - 1
library/Zend/Form/Decorator/Label.php

@@ -285,7 +285,7 @@ class Zend_Form_Decorator_Label extends Zend_Form_Decorator_Abstract
     /**
      * Get label to render
      *
-     * @return void
+     * @return string
      */
     public function getLabel()
     {