Explorar el Código

getTag() returns string, not void

Martin Hujer hace 12 años
padre
commit
dccfab3b9e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
     {