We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d10ce commit 0d3da61Copy full SHA for 0d3da61
1 file changed
src/Foundation/AbstractDao.php
@@ -423,7 +423,7 @@ public function getId($forceArray = false)
423
* @return mixed data which can be serialized by <b>json_encode</b>,
424
* which is a value of any type other than a resource.
425
*/
426
- public function jsonSerialize()
+ public function jsonSerialize(): mixed
427
{
428
return Objects::propertyValues($this);
429
}
0 commit comments