Explorar el Código

ZF-6539: fix return type of View resource init method

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15332 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew hace 16 años
padre
commit
558f99a3a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      library/Zend/Application/Resource/View.php

+ 1 - 1
library/Zend/Application/Resource/View.php

@@ -40,7 +40,7 @@ class Zend_Application_Resource_View extends Zend_Application_Resource_ResourceA
     /**
      * Defined by Zend_Application_Resource_Resource
      *
-     * @return void
+     * @return Zend_View
      */
     public function init()
     {