Skip to content

Commit a941127

Browse files
committed
Added return type to jsonSerialize
1 parent 19e7408 commit a941127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Object/AbstractObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public static function getFieldsEnum()
270270
return AbstractObjectEnum::getInstance();
271271
}
272272

273-
public function jsonSerialize()
273+
public function jsonSerialize(): mixed
274274
{
275275
return $this->data;
276276
}

0 commit comments

Comments
 (0)