diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2010-10-03 18:22:23 +0300 |
---|---|---|
committer | Elan Ruusamäe <glen@delfi.ee> | 2010-10-07 21:02:29 +0300 |
commit | efdfac804e869e989b8346a0445d488c4d9e5d14 (patch) | |
tree | c0876cbf759ac8b9ebb978843aef68319888eb56 | |
parent | 7a8cc57ef7c0ea2662ddfc827a1d7ce14c5d2abe (diff) | |
download | rpg-efdfac804e869e989b8346a0445d488c4d9e5d14.tar.gz rpg-efdfac804e869e989b8346a0445d488c4d9e5d14.tar.bz2 |
- fix phpdoc
-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> */ |