Explorar o 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 %!s(int64=17) %!d(string=hai) anos
pai
achega
558f99a3a8
Modificáronse 1 ficheiros con 1 adicións e 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()
     {