Skip to content

Commit 1ee395a

Browse files
committed
Merge remote-tracking branch 'upstream/develop'
# Conflicts: # .github/workflows/ci.yml
2 parents aa74242 + 59f226d commit 1ee395a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageVariantCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function remove(string $name): void
157157
/**
158158
* @inheritDoc
159159
*/
160-
public function jsonSerialize(): mixed
160+
public function jsonSerialize(): array
161161
{
162162
return $this->toArray();
163163
}

0 commit comments

Comments
 (0)