Browse Source

getTag() returns string, not void

Martin Hujer 12 năm trước cách đây
mục cha
commit
dccfab3b9e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      library/Zend/Form/Decorator/Label.php

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

@@ -126,7 +126,7 @@ class Zend_Form_Decorator_Label extends Zend_Form_Decorator_Abstract
     /**
      * Get HTML tag, if any, with which to surround label
      *
-     * @return void
+     * @return string
      */
     public function getTag()
     {