Skip to content

Commit a4f8928

Browse files
committed
Merge Samyoul#10 - add PHP 8.1 return type will change annotations
Ref: Samyoul#10
2 parents 1cd9c27 + c9802d5 commit a4f8928

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
@@ -39,6 +39,7 @@ public function appId()
3939
return $this->appId;
4040
}
4141

42+
#[\ReturnTypeWillChange]
4243
public function jsonSerialize()
4344
{
4445
return [

src/SignRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public function appId()
5656
return $this->appId;
5757
}
5858

59+
#[\ReturnTypeWillChange]
5960
public function jsonSerialize()
6061
{
6162
return [

0 commit comments

Comments
 (0)