summaryrefslogtreecommitdiff
path: root/vendor/guzzlehttp/guzzle/src/RequestOptions.php
diff options
context:
space:
mode:
authorwn_ <invalid@email.com>2023-12-22 16:51:04 +0000
committerwn_ <invalid@email.com>2023-12-22 16:51:23 +0000
commite85d47dfd4eee646aa00f60b21bbb076d9f19b26 (patch)
tree8e9030a7c4ad9f8f4c0a256ae6c7c798e16d496e /vendor/guzzlehttp/guzzle/src/RequestOptions.php
parentd4ae6c67db8c966ab4998fda6df14072b103106b (diff)
Use Guzzle
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
{