mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
Address PHPStan warnings in 'classes/article.php'.
Also related changes in some other classes.
This commit is contained in:
@@ -62,7 +62,7 @@ class Digest
|
||||
|
||||
if ($rc && $do_catchup) {
|
||||
Debug::log("Marking affected articles as read...");
|
||||
Article::_catchup_by_id($affected_ids, 0, $line["id"]);
|
||||
Article::_catchup_by_id($affected_ids, Article::CATCHUP_MODE_MARK_AS_READ, $line["id"]);
|
||||
}
|
||||
} else {
|
||||
Debug::log("No headlines");
|
||||
|
||||
Reference in New Issue
Block a user