Skip to content

Commit

Permalink
Add #[\ReturnTypeWillChange] attribute for PHP 8.x compatibility. (#339)
Browse files Browse the repository at this point in the history
* Add #[\ReturnTypeWillChange] attribute for PHP 8.1 compatibility.

* Update tab to space.
  • Loading branch information
chrisdeeming committed Nov 22, 2021
1 parent d87e9e3 commit 5c91952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MessageSentReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public function getResponseContent(): ?string
/**
* @return array|mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return [
Expand Down

0 comments on commit 5c91952

Please sign in to comment.