Skip to content

Commit b610e31

Browse files
authored
Update Container.php
1 parent ea17eff commit b610e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/OpenCloud/ObjectStore/Resource/Container.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ public function objectExists($name)
436436
/**
437437
* Upload a single file to the API.
438438
*
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.
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.
441441
* @param array $headers Optional headers that will be sent with the request (useful for object metadata).
442442
* @return DataObject
443443
*/

0 commit comments

Comments
 (0)