summaryrefslogtreecommitdiff
path: root/classes/urlhelper.php
diff options
context:
space:
mode:
authorwn_ <[email protected]>2021-11-11 22:07:32 +0000
committerwn_ <[email protected]>2021-11-11 22:07:32 +0000
commit2d5603b196047188bb543573cdf725fb10ec0401 (patch)
treeeb88e29dccd86915b3d91c09e02b62c5eae41dcd /classes/urlhelper.php
parent50997df57a8128fb72e15e0a6ca50401928d3900 (diff)
Address PHPStan warnings in 'classes/diskcache.php'.
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