diff options
| author | wn_ <invalid@email.com> | 2025-08-24 14:40:07 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2025-08-24 14:40:07 +0000 |
| commit | 618cb5bf7830d90e670e8cd1fd114b06173ab374 (patch) | |
| tree | f74a50e6f5e2579af2c962892e91534725054c9d /vendor/guzzlehttp/psr7/src/Utils.php | |
| parent | f7fc00326e2f51f269f26b24a54d34e07a36846e (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/psr7/src/Utils.php')
| -rw-r--r-- | vendor/guzzlehttp/psr7/src/Utils.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/guzzlehttp/psr7/src/Utils.php b/vendor/guzzlehttp/psr7/src/Utils.php index 7682d2cdc..5451e3dcd 100644 --- a/vendor/guzzlehttp/psr7/src/Utils.php +++ b/vendor/guzzlehttp/psr7/src/Utils.php @@ -397,7 +397,7 @@ final class Utils restore_error_handler(); if ($ex) { - /** @var $ex \RuntimeException */ + /** @var \RuntimeException $ex */ throw $ex; } @@ -444,7 +444,7 @@ final class Utils restore_error_handler(); if ($ex) { - /** @var $ex \RuntimeException */ + /** @var \RuntimeException $ex */ throw $ex; } |