aboutsummaryrefslogtreecommitdiff
path: root/vendor/guzzlehttp/guzzle/src/Utils.php
diff options
context:
space:
mode:
authorwn_ <invalid@email.com>2025-08-24 14:40:07 +0000
committerwn_ <invalid@email.com>2025-08-24 14:40:07 +0000
commit618cb5bf7830d90e670e8cd1fd114b06173ab374 (patch)
treef74a50e6f5e2579af2c962892e91534725054c9d /vendor/guzzlehttp/guzzle/src/Utils.php
parentf7fc00326e2f51f269f26b24a54d34e07a36846e (diff)
Bump Guzzle to 7.10.0 for PHP 8.5 compatibility.
https://github.com/guzzle/guzzle/compare/7.9.2...7.10.0
Diffstat (limited to 'vendor/guzzlehttp/guzzle/src/Utils.php')
-rw-r--r--vendor/guzzlehttp/guzzle/src/Utils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/guzzlehttp/guzzle/src/Utils.php b/vendor/guzzlehttp/guzzle/src/Utils.php
index df529270e..c6a5893dd 100644
--- a/vendor/guzzlehttp/guzzle/src/Utils.php
+++ b/vendor/guzzlehttp/guzzle/src/Utils.php
@@ -79,7 +79,7 @@ final class Utils
*
* The returned handler is not wrapped by any default middlewares.
*
- * @return callable(\Psr\Http\Message\RequestInterface, array): \GuzzleHttp\Promise\PromiseInterface Returns the best handler for the given system.
+ * @return callable(\Psr\Http\Message\RequestInterface, array): Promise\PromiseInterface Returns the best handler for the given system.
*
* @throws \RuntimeException if no viable Handler is available.
*/