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.
2 parents 3dbfa5c + e9a1e59 commit cc6f511Copy full SHA for cc6f511
.gitattributes
@@ -1,5 +1,7 @@
1
+/.github export-ignore
2
/.gitattributes export-ignore
3
/.gitignore export-ignore
4
+/.php_cs.dist export-ignore
5
/.travis.yml export-ignore
6
/phpunit.xml.dist export-ignore
7
/tests export-ignore
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