We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea17eff commit b610e31Copy full SHA for b610e31
lib/OpenCloud/ObjectStore/Resource/Container.php
@@ -436,8 +436,8 @@ public function objectExists($name)
436
/**
437
* Upload a single file to the API.
438
*
439
- * @param $name Name that the file will be saved as in your container.
440
- * @param $data Either a string or stream representation of the file contents to be uploaded.
+ * @param $name name that the file will be saved as in your container.
+ * @param $data either a string or stream representation of the file contents to be uploaded.
441
* @param array $headers Optional headers that will be sent with the request (useful for object metadata).
442
* @return DataObject
443
*/
0 commit comments