ZF-11424: Docblock typo in Zend_CodeGenerator_Php_Docblock_Tag
Description
@see tag of first require_once statement is incorrect. Solution:
Index: library/Zend/CodeGenerator/Php/Docblock/Tag.php
===================================================================
--- library/Zend/CodeGenerator/Php/Docblock/Tag.php (revision 24095)
+++ library/Zend/CodeGenerator/Php/Docblock/Tag.php (working copy)
@@ -21,7 +21,7 @@
*/
/**
- * @see Zend_CodeGenerator_Abstract
+ * @see Zend_CodeGenerator_Php_Abstract
*/
require_once 'Zend/CodeGenerator/Php/Abstract.php';
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2011-05-31T15:53:32.000+0000
Fixed in trunk r24096 Merged to release-1.11 in r24097