]> git.mxchange.org Git - friendica.git/commitdiff
Adapt description for "accept_content"
authorPhilipp <admin@philipp.info>
Wed, 25 Aug 2021 12:28:59 +0000 (14:28 +0200)
committerPhilipp <admin@philipp.info>
Wed, 25 Aug 2021 12:28:59 +0000 (14:28 +0200)
src/Network/IHTTPClient.php

index c8611e8f5b2dddae6c92e2fb916712def153db6d..d0220d2c967a3f8d85633b9f08685b7517a5e551 100644 (file)
@@ -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