X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCommentStore.php;h=4a673c442ed4f3ca2f472371884f1e25346f9727;hb=bb20894617ccaab0f1ef5c3b85a8f4cbaf2f18c1;hp=1a60bb741266ae3251e95593cc9ae32f0890a9b1;hpb=3110946330d98b7d61ab5b1899c09db723a152a3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/CommentStore.php b/includes/CommentStore.php index 1a60bb7412..4a673c442e 100644 --- a/includes/CommentStore.php +++ b/includes/CommentStore.php @@ -202,6 +202,7 @@ class CommentStore { * - fields: (string[]) to include in the `$vars` to `IDatabase->select()` * - joins: (array) to include in the `$join_conds` to `IDatabase->select()` * All tables, fields, and joins are aliased, so `+` is safe to use. + * @phan-return array{tables:string[],fields:string[],joins:array} */ public function getJoin( $key = null ) { $key = $this->getKey( $key );