diff --git a/lib/OpenCloud/ObjectStore/Resource/Container.php b/lib/OpenCloud/ObjectStore/Resource/Container.php index 474d9134b..2b967535d 100644 --- a/lib/OpenCloud/ObjectStore/Resource/Container.php +++ b/lib/OpenCloud/ObjectStore/Resource/Container.php @@ -436,8 +436,8 @@ public function objectExists($name) /** * Upload a single file to the API. * - * @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. + * @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. * @param array $headers Optional headers that will be sent with the request (useful for object metadata). * @return DataObject */