diff options
Diffstat (limited to 'src/HttpClient.php')
-rw-r--r-- | src/HttpClient.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HttpClient.php b/src/HttpClient.php index b8df83c0..70b46ef5 100644 --- a/src/HttpClient.php +++ b/src/HttpClient.php @@ -52,7 +52,7 @@ class HttpClient * key MUST be a header name, and each value MUST be an array of strings * for that header. */ - public function respond($status, $body, $headers = []) + public function respond(int $status, string $body, $headers = []) { if (empty($headers)) { // this is required to represent empty header set as map and not as array |