Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.6
-
Fix Version/s: 1.9.7
-
Component/s: Zend_Gdata
-
Labels:None
Description
The DocBlock comment for Zend_Gdata_App_FeedEntryParent::setEtag() incorrectly reports its return type as Zend_Gdata_App_Entry (since it's providing a fluent interface). The actual return type is Zend_Gdata_App_FeedEntryParent. There are also several DocBlocks in the same file that show a return type of Zend_Gdata_App_Feed_Entry_Parent where the actual return type is Zend_Gdata_App_FeedEntryParent.
Fixed for 1.10.