X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCommentStore.php;h=4a673c442ed4f3ca2f472371884f1e25346f9727;hb=b92e5101c50be29ca856697e87e3bda444d63389;hp=1a60bb741266ae3251e95593cc9ae32f0890a9b1;hpb=9eafd89011b9b031d902a4381e13254fb67e1e07;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 );