1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:05:55 +00:00

minor phpstan tweaks

This commit is contained in:
Andrew Dolgov
2021-10-22 13:49:08 +03:00
parent 3b70d1f622
commit 9f734c9050
5 changed files with 15 additions and 12 deletions

View File

@@ -53,6 +53,10 @@ class Handler_Public extends Handler {
if ($handler) {
$qfh_ret = $handler->get_headlines(PluginHost::feed_to_pfeed_id((int)$feed), $params);
} else {
user_error("Failed to find handler for plugin feed ID: $feed", E_USER_ERROR);
return false;
}
} else {