Skip to content

Commit cf73eda

Browse files
committed
removed array type hint
1 parent 52df3be commit cf73eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Types/AbstractCypherObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ abstract class AbstractCypherObject implements JsonSerializable, ArrayAccess, It
4242
*/
4343
abstract public function toArray(): array;
4444

45-
public function jsonSerialize(): array
45+
public function jsonSerialize()
4646
{
4747
return $this->toArray();
4848
}

0 commit comments

Comments
 (0)