Details
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
)
Scheduling for RC3