File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ public function setSizeRootFs(?int $sizeRootFs): self
303
303
/**
304
304
* User-defined key/value metadata.
305
305
*
306
- * @return array<string, string> |null
306
+ * @return \ArrayObject |null
307
307
*/
308
308
public function getLabels (): ?iterable
309
309
{
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public function setName(?string $name): self
61
61
/**
62
62
* User-defined key/value metadata.
63
63
*
64
- * @return array<string, string> |null
64
+ * @return \ArrayObject |null
65
65
*/
66
66
public function getLabels (): ?iterable
67
67
{
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public function setName(?string $name): self
85
85
/**
86
86
* User-defined key/value metadata.
87
87
*
88
- * @return array<string, string> |null
88
+ * @return \ArrayObject |null
89
89
*/
90
90
public function getLabels (): ?iterable
91
91
{
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ public function setStatus(?iterable $status): self
199
199
/**
200
200
* User-defined key/value metadata.
201
201
*
202
- * @return array<string, string> |null
202
+ * @return \ArrayObject |null
203
203
*/
204
204
public function getLabels (): ?iterable
205
205
{
@@ -243,7 +243,7 @@ public function setScope(?string $scope): self
243
243
/**
244
244
* The driver specific options used when creating the volume.
245
245
*
246
- * @return array<string, string> |null
246
+ * @return \ArrayObject |null
247
247
*/
248
248
public function getOptions (): ?iterable
249
249
{
You can’t perform that action at this time.
0 commit comments