diff options
-rw-r--r-- | inc/HTTPClient.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/HTTPClient.php b/inc/HTTPClient.php index 4e64668d5..e68679bde 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> */ |