Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Jan 31, 2019
1 parent 91423f6 commit 1f1f09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function acceptRequest()
* key MUST be a header name, and each value MUST be an array of strings
* for that header.
*/
public function respond(int $status, string $body, $headers = [])
public function respond(int $status, string $body, array $headers = [])
{
if (empty($headers)) {
// this is required to represent empty header set as map and not as array
Expand Down

0 comments on commit 1f1f09c

Please sign in to comment.