Skip to content

Commit b675d32

Browse files
author
Florian Krämer
committed
Fixing tests, improving types
1 parent 786817e commit b675d32

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
@@ -155,7 +155,7 @@ public function remove(string $name): void
155155
/**
156156
* @inheritDoc
157157
*/
158-
public function jsonSerialize(): mixed
158+
public function jsonSerialize(): array
159159
{
160160
return $this->toArray();
161161
}

0 commit comments

Comments
 (0)