From b610e3190cfa738e0338a577046cc660e21cbf22 Mon Sep 17 00:00:00 2001 From: Kevin Broeren <7422452+Kbroeren@users.noreply.github.com> Date: Tue, 28 Aug 2018 10:14:55 +0200 Subject: [PATCH] Update Container.php --- lib/OpenCloud/ObjectStore/Resource/Container.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */