Jelajahi Sumber

getTag() returns string, not void

Martin Hujer 12 tahun lalu
induk
melakukan
dccfab3b9e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
      * Get HTML tag, if any, with which to surround label
      *
      *
-     * @return void
+     * @return string
      */
      */
     public function getTag()
     public function getTag()
     {
     {