aboutsummaryrefslogtreecommitdiff
path: root/vendor/guzzlehttp/guzzle/src/RequestOptions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2023-12-24 16:14:45 +0000
committerAndrew Dolgov <fox@fakecake.org>2023-12-24 16:14:45 +0000
commit51cd02fc3e476f9e64311a87e0b84dbd16f5a44f (patch)
tree1a6be722f06c261aa7e28dd2a4a9665bf5cb949e /vendor/guzzlehttp/guzzle/src/RequestOptions.php
parentd4ae6c67db8c966ab4998fda6df14072b103106b (diff)
parent0ea9db317038f5510a1ca875b55af770997ec148 (diff)
Merge branch 'feature/use-guzzle' into 'master'
Use Guzzle See merge request tt-rss/tt-rss!16
Diffstat (limited to 'vendor/guzzlehttp/guzzle/src/RequestOptions.php')
-rw-r--r--vendor/guzzlehttp/guzzle/src/RequestOptions.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/vendor/guzzlehttp/guzzle/src/RequestOptions.php b/vendor/guzzlehttp/guzzle/src/RequestOptions.php
index bf3b02b6b..a38768c0c 100644
--- a/vendor/guzzlehttp/guzzle/src/RequestOptions.php
+++ b/vendor/guzzlehttp/guzzle/src/RequestOptions.php
@@ -5,9 +5,7 @@ namespace GuzzleHttp;
/**
* This class contains a list of built-in Guzzle request options.
*
- * More documentation for each option can be found at http://guzzlephp.org/.
- *
- * @see http://docs.guzzlephp.org/en/v6/request-options.html
+ * @see https://docs.guzzlephp.org/en/latest/request-options.html
*/
final class RequestOptions
{