Skip to content

Commit 0d3da61

Browse files
authored
Fix type hint (#81)
1 parent 41d10ce commit 0d3da61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Foundation/AbstractDao.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public function getId($forceArray = false)
423423
* @return mixed data which can be serialized by <b>json_encode</b>,
424424
* which is a value of any type other than a resource.
425425
*/
426-
public function jsonSerialize()
426+
public function jsonSerialize(): mixed
427427
{
428428
return Objects::propertyValues($this);
429429
}

0 commit comments

Comments
 (0)