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 e2eb93e commit b53d232Copy full SHA for b53d232
phpstan.neon
@@ -1,5 +1,5 @@
1
parameters:
2
- level: max
+ level: 8
3
paths:
4
- src
5
- tests
src/Client.php
@@ -71,6 +71,7 @@ private function buildResponse(
71
'application/x-www-form-urlencoded' => $body = $this->flatten($body),
72
'multipart/form-data' => $body = $this->flatten($body),
73
'application/graphql' => $body = $body[0],
74
+ default => $body = $body,
75
};
76
}
77
if(!is_array($headers)) {
0 commit comments