Skip to content

Commit e7e63fb

Browse files
authored
Merge pull request #9 from NelinD/php81
Resolve php 8.1 deprecations
2 parents 8c54d9e + 79ada60 commit e7e63fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Message.php

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ public function setTimeToLive($value)
151151
return $this;
152152
}
153153

154+
#[\ReturnTypeWillChange]
154155
public function jsonSerialize()
155156
{
156157
$jsonData = $this->jsonData;

0 commit comments

Comments
 (0)