Ver Fonte

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 há 14 anos atrás
pai
commit
9c3ffa6b59
1 ficheiros alterados com 1 adições e 1 exclusões
  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';