浏览代码

ZF-11424
Zend_CodeGenerator
Fixed typo in docblock on require_once in Zend_CodeGenerator_Php_Docblock_Tag


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24096 44c647ce-9c0f-0410-b52a-842ac1e357ba

adamlundrigan 14 年之前
父节点
当前提交
9c3ffa6b59
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      library/Zend/CodeGenerator/Php/Docblock/Tag.php

+ 1 - 1
library/Zend/CodeGenerator/Php/Docblock/Tag.php

@@ -21,7 +21,7 @@
  */
  */
 
 
 /**
 /**
- * @see Zend_CodeGenerator_Abstract
+ * @see Zend_CodeGenerator_Php_Abstract
  */
  */
 require_once 'Zend/CodeGenerator/Php/Abstract.php';
 require_once 'Zend/CodeGenerator/Php/Abstract.php';