We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5c1ce commit ff0656aCopy full SHA for ff0656a
src/Response.php
@@ -65,6 +65,7 @@ public static function fromJson(array $json): self
65
return $response;
66
}
67
68
+ #[\ReturnTypeWillChange]
69
public function jsonSerialize()
70
{
71
return ['body' => $this->body, 'headers' => $this->headers];
0 commit comments