Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Model/ContainerSummaryItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public function setSizeRootFs(?int $sizeRootFs): self
/**
* User-defined key/value metadata.
*
* @return array<string, string>|null
* @return \ArrayObject|null
*/
public function getLabels(): ?iterable
{
Expand Down
2 changes: 1 addition & 1 deletion src/Model/NodeSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function setName(?string $name): self
/**
* User-defined key/value metadata.
*
* @return array<string, string>|null
* @return \ArrayObject|null
*/
public function getLabels(): ?iterable
{
Expand Down
2 changes: 1 addition & 1 deletion src/Model/ServiceSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function setName(?string $name): self
/**
* User-defined key/value metadata.
*
* @return array<string, string>|null
* @return \ArrayObject|null
*/
public function getLabels(): ?iterable
{
Expand Down
4 changes: 2 additions & 2 deletions src/Model/Volume.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public function setStatus(?iterable $status): self
/**
* User-defined key/value metadata.
*
* @return array<string, string>|null
* @return \ArrayObject|null
*/
public function getLabels(): ?iterable
{
Expand Down Expand Up @@ -243,7 +243,7 @@ public function setScope(?string $scope): self
/**
* The driver specific options used when creating the volume.
*
* @return array<string, string>|null
* @return \ArrayObject|null
*/
public function getOptions(): ?iterable
{
Expand Down