summaryrefslogtreecommitdiff
path: root/inc/HTTPClient.php
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2010-10-03 18:22:23 +0300
committerElan Ruusamäe <glen@delfi.ee>2010-10-07 21:02:29 +0300
commitefdfac804e869e989b8346a0445d488c4d9e5d14 (patch)
treec0876cbf759ac8b9ebb978843aef68319888eb56 /inc/HTTPClient.php
parent7a8cc57ef7c0ea2662ddfc827a1d7ce14c5d2abe (diff)
downloadrpg-efdfac804e869e989b8346a0445d488c4d9e5d14.tar.gz
rpg-efdfac804e869e989b8346a0445d488c4d9e5d14.tar.bz2
- fix phpdoc
Diffstat (limited to 'inc/HTTPClient.php')
-rw-r--r--inc/HTTPClient.php2
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>
*/