1
0
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:
wn_
2021-11-12 05:42:55 +00:00
parent 011c941e7c
commit 9db5e402a0
3 changed files with 51 additions and 29 deletions

View File

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