Siebrand has uploaded a new change for review.
https://gerrit.wikimedia.org/r/97309
Change subject: Update documentation
......................................................................
Update documentation
Change-Id: Idf4af357983d9376ae8692cecf992a4aa1c768a4
---
M php-cloudfiles-wmf/cloudfiles.php
1 file changed, 3 insertions(+), 3 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SwiftCloudFiles
refs/changes/09/97309/1
diff --git a/php-cloudfiles-wmf/cloudfiles.php
b/php-cloudfiles-wmf/cloudfiles.php
index f2f92aa..17613cd 100644
--- a/php-cloudfiles-wmf/cloudfiles.php
+++ b/php-cloudfiles-wmf/cloudfiles.php
@@ -1309,7 +1309,7 @@
*
* @param string $obj_name name of storage Object
* @param array $hdrs user-defined headers (X-Newest: true, etc.)
- * @return obj CF_Object instance
+ * @return CF_Object instance
*/
public function get_object( $obj_name = NULL, $hdrs = array( ) ) {
return new CF_Object( $this, $obj_name, True, True, $hdrs );
@@ -1466,7 +1466,7 @@
* </code>
*
* @param obj $obj name or instance of Object to copy
- * @param obj $container_target name or instance of target Container
+ * @param CF_Container $container_target name or instance of target
Container
* @param string $dest_obj_name name of target object (optional - uses
source name if omitted)
* @param array $metadata metadata array for new object (optional)
* @param array $headers header fields array for the new object
(optional)
@@ -1569,7 +1569,7 @@
* </code>
*
* @param obj $obj name or instance of Object to move
- * @param obj $container_target name or instance of target Container
+ * @param CF_Container $container_target name or instance of target
Container
* @param string $dest_obj_name name of target object (optional - uses
source name if omitted)
* @param array $metadata metadata array for new object (optional)
* @param array $headers header fields array for the new object
(optional)
--
To view, visit https://gerrit.wikimedia.org/r/97309
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf4af357983d9376ae8692cecf992a4aa1c768a4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SwiftCloudFiles
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits