summaryrefslogtreecommitdiff
path: root/classes/article.php
diff options
context:
space:
mode:
authorwn_ <[email protected]>2021-11-12 05:42:55 +0000
committerwn_ <[email protected]>2021-11-12 05:42:55 +0000
commit9db5e402a0283deaae7d06496f410e9ab8deb1b4 (patch)
treec7f2fcb1fc7483b81a05f2c086ac3f46ec2fa35f /classes/article.php
parent011c941e7cdfce21d415eb6fa479c411776c79ce (diff)
Address PHPStan warnings in 'classes/rpc.php'.
Also a couple minor fixes in 'classes/article.php' and 'classes/labels.php'.
Diffstat (limited to 'classes/article.php')
-rwxr-xr-xclasses/article.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/article.php b/classes/article.php
index 4af36d1c0..b4f28dc28 100755
--- a/classes/article.php
+++ b/classes/article.php
@@ -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 {