summaryrefslogtreecommitdiff
path: root/classes/urlhelper.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/urlhelper.php')
-rw-r--r--classes/urlhelper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/urlhelper.php b/classes/urlhelper.php
index a660af170..0592bf28c 100644
--- a/classes/urlhelper.php
+++ b/classes/urlhelper.php
@@ -205,7 +205,7 @@ class UrlHelper {
/**
* @param array<string, bool|int|string>|string $options
- * @return bool|string false if something went wrong, otherwise string contents
+ * @return false|string false if something went wrong, otherwise string contents
*/
// TODO: max_size currently only works for CURL transfers
// TODO: multiple-argument way is deprecated, first parameter is a hash now