Skip to content

Commit 5c91952

Browse files
authored
Add #[\ReturnTypeWillChange] attribute for PHP 8.x compatibility. (#339)
* Add #[\ReturnTypeWillChange] attribute for PHP 8.1 compatibility. * Update tab to space.
1 parent d87e9e3 commit 5c91952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MessageSentReport.php

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public function getResponseContent(): ?string
168168
/**
169169
* @return array|mixed
170170
*/
171+
#[\ReturnTypeWillChange]
171172
public function jsonSerialize()
172173
{
173174
return [

0 commit comments

Comments
 (0)