diff options
| author | wn_ <invalid@email.com> | 2021-11-11 22:07:32 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2021-11-11 22:07:32 +0000 |
| commit | 2d5603b196047188bb543573cdf725fb10ec0401 (patch) | |
| tree | eb88e29dccd86915b3d91c09e02b62c5eae41dcd /classes/urlhelper.php | |
| parent | 50997df57a8128fb72e15e0a6ca50401928d3900 (diff) | |
Address PHPStan warnings in 'classes/diskcache.php'.
Diffstat (limited to 'classes/urlhelper.php')
| -rw-r--r-- | classes/urlhelper.php | 2 |
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 |