diff --git a/inc/HTTPClient.php b/inc/HTTPClient.php index 4e64668d59ca10e0c565e991110fdedfb8980a09..e68679bdef8a7af9f347349f0bfc57accd6be4fa 100644 --- a/inc/HTTPClient.php +++ b/inc/HTTPClient.php @@ -161,7 +161,7 @@ class HTTPClient { * will be correctly encoded and added to the given base URL. * * @param string $url The URL to fetch - * @param string $data Associative array of parameters + * @param array $data Associative array of parameters * @param bool $sloppy304 Return body on 304 not modified * @author Andreas Gohr <andi@splitbrain.org> */