Преглед изворни кода

getTag() returns string, not void

Martin Hujer пре 12 година
родитељ
комит
dccfab3b9e
1 измењених фајлова са 1 додато и 1 уклоњено
  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()
     {