ZF-3999: [Zend_Dojo_View_Helper_Dojo_Container] wrong returned type of requireModule method
Description
class: Zend_Dojo_View_Helper_Dojo_Container method: requireModule($module)
in the php doc of this method the return tag is: @return Zend_Dojo_View_Helper_Dojo while the actual return type is @return Zend_Dojo_View_Helper_Dojo_Container (the method returns $this which is Zend_Dojo_View_Helper_Dojo_Container)
this issue may cause wrong code completion in various IDEs (for an example.... Zend Studio for Eclipse :))
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-22T14:53:08.000+0000
Scheduling for RC3
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-24T14:23:58.000+0000
All API doc return values fixed in trunk and 1.6 release branch.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:13.000+0000
Updating for the 1.6.0 release.