Browse Source

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 16 years ago
parent
commit
558f99a3a8
1 changed files with 1 additions and 1 deletions
  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()
     {