Skip to content

Commit c9802d5

Browse files
committed
Add ReturnTypeWillChange to JsonSerializable implementations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 0625202 commit c9802d5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/RegistrationRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function appId()
4444
return $this->appId;
4545
}
4646

47+
#[\ReturnTypeWillChange]
4748
public function jsonSerialize()
4849
{
4950
return [

src/SignRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function appId()
6262
return $this->appId;
6363
}
6464

65+
#[\ReturnTypeWillChange]
6566
public function jsonSerialize()
6667
{
6768
return [

0 commit comments

Comments
 (0)