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 91423f6 commit 1f1f09cCopy full SHA for 1f1f09c
src/HttpClient.php
@@ -59,7 +59,7 @@ public function acceptRequest()
59
* key MUST be a header name, and each value MUST be an array of strings
60
* for that header.
61
*/
62
- public function respond(int $status, string $body, $headers = [])
+ public function respond(int $status, string $body, array $headers = [])
63
{
64
if (empty($headers)) {
65
// this is required to represent empty header set as map and not as array
0 commit comments