Skip to content

Commit 1f1f09c

Browse files
committed
CS
1 parent 91423f6 commit 1f1f09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function acceptRequest()
5959
* key MUST be a header name, and each value MUST be an array of strings
6060
* for that header.
6161
*/
62-
public function respond(int $status, string $body, $headers = [])
62+
public function respond(int $status, string $body, array $headers = [])
6363
{
6464
if (empty($headers)) {
6565
// this is required to represent empty header set as map and not as array

0 commit comments

Comments
 (0)