From a6258cfbfadd208474e20bda1bbeaa22cfab6f40 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 25 Aug 2021 14:28:59 +0200 Subject: [PATCH] Adapt description for "accept_content" --- src/Network/IHTTPClient.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Network/IHTTPClient.php b/src/Network/IHTTPClient.php index c8611e8f5b..d0220d2c96 100644 --- a/src/Network/IHTTPClient.php +++ b/src/Network/IHTTPClient.php @@ -61,7 +61,7 @@ interface IHTTPClient * * @param string $url URL to fetch * @param array $opts (optional parameters) assoziative array with: - * 'accept_content' => supply Accept: header with 'accept_content' as the value + * '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 @@ -75,7 +75,7 @@ interface IHTTPClient * * @param string $url URL to fetch * @param array $opts (optional parameters) assoziative array with: - * 'accept_content' => supply Accept: header with 'accept_content' as the value + * '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