From 124c4e254250ebac336392711b32dfd6fa3caef3 Mon Sep 17 00:00:00 2001 From: wn_ Date: Mon, 7 Oct 2024 20:22:01 +0000 Subject: Update Guzzle to 7.9.2 https://github.com/guzzle/guzzle/releases --- vendor/guzzlehttp/psr7/src/Response.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vendor/guzzlehttp/psr7/src/Response.php') diff --git a/vendor/guzzlehttp/psr7/src/Response.php b/vendor/guzzlehttp/psr7/src/Response.php index 8fc11478b..34e612fda 100644 --- a/vendor/guzzlehttp/psr7/src/Response.php +++ b/vendor/guzzlehttp/psr7/src/Response.php @@ -86,7 +86,7 @@ class Response implements ResponseInterface /** * @param int $status Status code - * @param array $headers Response headers + * @param (string|string[])[] $headers Response headers * @param string|resource|StreamInterface|null $body Response body * @param string $version Protocol version * @param string|null $reason Reason phrase (when empty a default will be used based on the status code) @@ -96,7 +96,7 @@ class Response implements ResponseInterface array $headers = [], $body = null, string $version = '1.1', - string $reason = null + ?string $reason = null ) { $this->assertStatusCodeRange($status); -- cgit v1.2.3-54-g00ecf