1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:25:56 +00:00

Address PHPStan warnings in 'classes/diskcache.php'.

This commit is contained in:
wn_
2021-11-11 22:07:32 +00:00
parent 50997df57a
commit 2d5603b196
2 changed files with 52 additions and 29 deletions

View File

@@ -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