ZF-11894: Zend_View_Exception should be in Zend_View package not in Zend_Date package(docblock issue)
Description
Current Docblock for Zend_View_Exception:
/** * Exception for Zend_View class. * * ... * @package Zend_Date * ... */
should be:
/** * Exception for Zend_View class. * * ... * @package Zend_View * ... */
Zend_View_Exception docblock correction must also be applied to Zend/View/Exception page dockblock.
This issue makes ZF api browser to put automatically Zend_View_Exception under Zend_Date package when it should be in Zend_View package.
Comments
Posted by Thomas Weidner (thomas) on 2011-11-16T16:58:48.000+0000
Removed Zend_Date from affected components as the bug is within Zend_View and reassigned to component maintainer
Posted by Adam Lundrigan (adamlundrigan) on 2011-11-21T20:50:08.000+0000
Fixed in trunk r24559 Merged to release-1.11 in r24560
Posted by Adam Lundrigan (adamlundrigan) on 2011-11-21T20:53:01.000+0000
Not an issue in ZF2.