mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:05:55 +00:00
Address PHPStan warnings in 'classes/rpc.php'.
Also a couple minor fixes in 'classes/article.php' and 'classes/labels.php'.
This commit is contained in:
@@ -483,7 +483,7 @@ class Article extends Handler_Protected {
|
||||
|
||||
/**
|
||||
* @param array<int, int> $ids
|
||||
* @param Article::CATCHUP_MODE_* $cmode
|
||||
* @param int $cmode Article::CATCHUP_MODE_*
|
||||
*/
|
||||
static function _catchup_by_id($ids, int $cmode, ?int $owner_uid = null): void {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user