File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
lib/OpenCloud/ObjectStore/Resource Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1919
2020use Guzzle \Http \Message \Response ;
2121use OpenCloud \Common \Base ;
22+ use OpenCloud \Common \Http \Client ;
2223use OpenCloud \Common \Service \ServiceInterface ;
24+ use OpenCloud \ObjectStore \Service ;
2325
2426/**
2527 * Abstract base class which implements shared functionality of ObjectStore
@@ -36,7 +38,7 @@ abstract class AbstractResource extends Base
3638 /** @var string The FQCN of the metadata object used for the container. */
3739 protected $ metadataClass = 'OpenCloud \\Common \\Metadata ' ;
3840
39- /** @var \OpenCloud\Common\ Service\ServiceInterface The service object. */
41+ /** @var Service The service object. */
4042 protected $ service ;
4143
4244 public function __construct (ServiceInterface $ service )
@@ -230,7 +232,7 @@ public function retrieveMetadata()
230232 /**
231233 * To delete or unset a particular metadata item.
232234 *
233- * @param $key Metadata key to unset
235+ * @param string $key Metadata key to unset
234236 * @return Response HTTP response returned from API operation to unset metadata item.
235237 */
236238 public function unsetMetadataItem ($ key )
You can’t perform that action at this time.
0 commit comments