File tree 1 file changed +4
-2
lines changed
lib/OpenCloud/ObjectStore/Resource
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
use Guzzle \Http \Message \Response ;
21
21
use OpenCloud \Common \Base ;
22
+ use OpenCloud \Common \Http \Client ;
22
23
use OpenCloud \Common \Service \ServiceInterface ;
24
+ use OpenCloud \ObjectStore \Service ;
23
25
24
26
/**
25
27
* Abstract base class which implements shared functionality of ObjectStore
@@ -36,7 +38,7 @@ abstract class AbstractResource extends Base
36
38
/** @var string The FQCN of the metadata object used for the container. */
37
39
protected $ metadataClass = 'OpenCloud \\Common \\Metadata ' ;
38
40
39
- /** @var \OpenCloud\Common\ Service\ServiceInterface The service object. */
41
+ /** @var Service The service object. */
40
42
protected $ service ;
41
43
42
44
public function __construct (ServiceInterface $ service )
@@ -230,7 +232,7 @@ public function retrieveMetadata()
230
232
/**
231
233
* To delete or unset a particular metadata item.
232
234
*
233
- * @param $key Metadata key to unset
235
+ * @param string $key Metadata key to unset
234
236
* @return Response HTTP response returned from API operation to unset metadata item.
235
237
*/
236
238
public function unsetMetadataItem ($ key )
You can’t perform that action at this time.
0 commit comments