From 1f1f09cee8f07bbb2dcd160253c3149a7baac523 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Thu, 31 Jan 2019 15:16:09 +0300 Subject: CS --- src/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/HttpClient.php b/src/HttpClient.php index bfc65dc8..e469dd30 100644 --- a/src/HttpClient.php +++ b/src/HttpClient.php @@ -59,7 +59,7 @@ class HttpClient * 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 -- cgit v1.2.3