diff options
Diffstat (limited to 'src/HttpClient.php')
-rw-r--r-- | src/HttpClient.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/HttpClient.php b/src/HttpClient.php index 70b46ef5..34ae0e77 100644 --- a/src/HttpClient.php +++ b/src/HttpClient.php @@ -46,11 +46,11 @@ class HttpClient /** * Send response to the application server. * - * @param int $status Http status code - * @param string $body Body of response + * @param int $status Http status code + * @param string $body Body of response * @param string[][] $headers An associative array of the message's headers. Each - * key MUST be a header name, and each value MUST be an array of strings - * for that header. + * 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 = []) { |