We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0625202 commit c9802d5Copy full SHA for c9802d5
src/RegistrationRequest.php
@@ -44,6 +44,7 @@ public function appId()
44
return $this->appId;
45
}
46
47
+ #[\ReturnTypeWillChange]
48
public function jsonSerialize()
49
{
50
return [
src/SignRequest.php
@@ -62,6 +62,7 @@ public function appId()
62
63
64
65
66
67
68
0 commit comments