2
0
فهرست منبع

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 سال پیش
والد
کامیت
82abf3fa9b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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()
     {