diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-08-25 13:39:41 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-08-25 13:39:41 +0300 |
| commit | 2d12ced897397a66853b3bc4b4fdac5b62c40bec (patch) | |
| tree | f74a50e6f5e2579af2c962892e91534725054c9d /vendor/guzzlehttp/guzzle/src/Pool.php | |
| parent | f7fc00326e2f51f269f26b24a54d34e07a36846e (diff) | |
| parent | 618cb5bf7830d90e670e8cd1fd114b06173ab374 (diff) | |
Merge branch 'feature/guzzle-7.10.0' into 'master'
Bump Guzzle to 7.10.0 for PHP 8.5 compatibility.
See merge request tt-rss/tt-rss!180
Diffstat (limited to 'vendor/guzzlehttp/guzzle/src/Pool.php')
| -rw-r--r-- | vendor/guzzlehttp/guzzle/src/Pool.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/guzzlehttp/guzzle/src/Pool.php b/vendor/guzzlehttp/guzzle/src/Pool.php index 6277c61fb..ddc304bb1 100644 --- a/vendor/guzzlehttp/guzzle/src/Pool.php +++ b/vendor/guzzlehttp/guzzle/src/Pool.php @@ -86,7 +86,7 @@ class Pool implements PromisorInterface * @param ClientInterface $client Client used to send the requests * @param array|\Iterator $requests Requests to send concurrently. * @param array $options Passes through the options available in - * {@see \GuzzleHttp\Pool::__construct} + * {@see Pool::__construct} * * @return array Returns an array containing the response or an exception * in the same order that the requests were sent. |