We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50abf8f commit 62c9d92Copy full SHA for 62c9d92
src/UserAuth.php
@@ -27,7 +27,7 @@ public function __construct(protected int $id, protected string $token)
27
{
28
}
29
30
- public function jsonSerialize()
+ public function jsonSerialize(): mixed
31
32
return [
33
'id' => $this->id,
0 commit comments