From efdfac804e869e989b8346a0445d488c4d9e5d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= <glen@delfi.ee> Date: Sun, 3 Oct 2010 18:22:23 +0300 Subject: [PATCH] - fix phpdoc --- inc/HTTPClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> */ -- GitLab