From 277cd5143361ebc2024cc810740d50be3a93a4cb Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 8 Apr 2022 20:11:51 +0200 Subject: [PATCH] fix doc --- src/Network/HTTPClient/Capability/ICanSendHttpRequests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Network/HTTPClient/Capability/ICanSendHttpRequests.php b/src/Network/HTTPClient/Capability/ICanSendHttpRequests.php index 4c6a725f1b..fb51995b3b 100644 --- a/src/Network/HTTPClient/Capability/ICanSendHttpRequests.php +++ b/src/Network/HTTPClient/Capability/ICanSendHttpRequests.php @@ -79,7 +79,7 @@ interface ICanSendHttpRequests * * @param string $url URL to fetch * @param array $opts (optional parameters) associative array with: - * 'accept_content' => (string array) supply Accept: header with 'accept_content' as the value (overrides default parameter) + * 'accept_content' => (string array) supply Accept: header with 'accept_content' as the value * 'timeout' => int Timeout in seconds, default system config value or 60 seconds * 'cookiejar' => path to cookie jar file * 'header' => header array