summaryrefslogtreecommitdiffstats
path: root/inc/download.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/download.inc.php')
-rw-r--r--inc/download.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/download.inc.php b/inc/download.inc.php
index e5764d37..39f8e2e2 100644
--- a/inc/download.inc.php
+++ b/inc/download.inc.php
@@ -69,7 +69,7 @@ class Download
* POST-Download file, obey given timeout in seconds
* Return data on success, false on failure
* @param string $url URL to fetch
- * @param array $params POST params to set in body, list of key-value-pairs
+ * @param array|false $params POST params to set in body, list of key-value-pairs
* @param int $timeout timeout in seconds
* @param int $code HTTP response code, or 999 on error
*/