From 2d5603b196047188bb543573cdf725fb10ec0401 Mon Sep 17 00:00:00 2001 From: wn_ Date: Thu, 11 Nov 2021 22:07:32 +0000 Subject: Address PHPStan warnings in 'classes/diskcache.php'. --- classes/urlhelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/urlhelper.php') 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 $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 -- cgit v1.2.3