From: jenkins-bot Date: Mon, 11 Sep 2017 14:54:07 +0000 (+0000) Subject: Merge "ApiQueryWatchlist: Document type of $commentStore property" X-Git-Tag: 1.31.0-rc.0~2155 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=2eef6506d3a9108ed4eecb6e4298c013f6753b79;hp=bd2883903db18bec94c684edc6e6498a2612ac3d;p=lhc%2Fweb%2Fwiklou.git Merge "ApiQueryWatchlist: Document type of $commentStore property" --- diff --git a/includes/api/ApiQueryWatchlist.php b/includes/api/ApiQueryWatchlist.php index 318247599b..1e3b2c7398 100644 --- a/includes/api/ApiQueryWatchlist.php +++ b/includes/api/ApiQueryWatchlist.php @@ -34,6 +34,7 @@ use MediaWiki\MediaWikiServices; */ class ApiQueryWatchlist extends ApiQueryGeneratorBase { + /** @var CommentStore */ private $commentStore; public function __construct( ApiQuery $query, $moduleName ) {