Sfoglia il codice sorgente

Merge pull request #275 from mhujer/docblock-fix

Zend_Form_Decorator_Label::getTag() returns string, not void
Frank Brückner 12 anni fa
parent
commit
9102c7da59
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()
     {