소스 검색

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 17 년 전
부모
커밋
558f99a3a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
     {