Skip to content

Commit aed83ab

Browse files
authored
Merge pull request #74 from amayer5125/json-serialize
Fix jsonSerialize Deprecation Notice
2 parents 1fbb878 + 9db30d6 commit aed83ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Job/Message.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public function __toString()
138138
/**
139139
* @return array
140140
*/
141+
#[\ReturnTypeWillChange]
141142
public function jsonSerialize()
142143
{
143144
return $this->parsedBody;

0 commit comments

Comments
 (0)