ソースを参照

ZF-8595: Fix incorrect return types in header docs for Zend_Gdata_App_FeedEntryParent.

Methods that return a fluent interface should be returning Zend_Gdata_App_FeedEntryParent, not
Zend_Gdata_App_Entry or Zend_Gdata_App_Feed_Entry_Parent.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19866 44c647ce-9c0f-0410-b52a-842ac1e357ba
tjohns 16 年 前
コミット
3ec13e0709
1 ファイル変更3 行追加3 行削除
  1. 3 3
      library/Zend/Gdata/App/FeedEntryParent.php

+ 3 - 3
library/Zend/Gdata/App/FeedEntryParent.php

@@ -148,7 +148,7 @@ abstract class Zend_Gdata_App_FeedEntryParent extends Zend_Gdata_App_Base
      * @deprecated Deprecated as of Zend Framework 1.7. Use
      *             setService() instead.
      * @param  Zend_Http_Client $httpClient
-     * @return Zend_Gdata_App_Feed Provides a fluent interface
+     * @return Zend_Gdata_App_FeedEntryParent Provides a fluent interface
      */
     public function setHttpClient(Zend_Http_Client $httpClient)
     {
@@ -534,7 +534,7 @@ abstract class Zend_Gdata_App_FeedEntryParent extends Zend_Gdata_App_Base
      * an atom:title element in a feed or entry
      *
      * @param Zend_Gdata_App_Extension_Title $value
-     * @return Zend_Gdata_App_Feed_Entry_Parent Provides a fluent interface
+     * @return Zend_Gdata_App_FeedEntryParent Provides a fluent interface
      */
     public function setTitle($value)
     {
@@ -552,7 +552,7 @@ abstract class Zend_Gdata_App_FeedEntryParent extends Zend_Gdata_App_Base
 
     /**
      * @param Zend_Gdata_App_Extension_Updated $value
-     * @return Zend_Gdata_App_Feed_Entry_Parent Provides a fluent interface
+     * @return Zend_Gdata_App_FeedEntryParent Provides a fluent interface
      */
     public function setUpdated($value)
     {