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.
2 parents 1cd9c27 + c9802d5 commit a4f8928Copy full SHA for a4f8928
src/RegistrationRequest.php
@@ -39,6 +39,7 @@ public function appId()
39
return $this->appId;
40
}
41
42
+ #[\ReturnTypeWillChange]
43
public function jsonSerialize()
44
{
45
return [
src/SignRequest.php
@@ -56,6 +56,7 @@ public function appId()
56
57
58
59
60
61
62
0 commit comments