Skip to content

Commit

Permalink
Merge pull request #107 from tenantcloud/master
Browse files Browse the repository at this point in the history
PHP 8.1 deprecation fix
  • Loading branch information
arcanedev-maroc authored Feb 10, 2022
2 parents b2df8b5 + 908ba81 commit dc41779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utilities/AbstractResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public function toJson($options = 0)
*
* @return array
*/
public function jsonSerialize()
public function jsonSerialize(): array
{
return $this->toArray();
}
Expand Down

0 comments on commit dc41779

Please sign in to comment.