From 5ec4dd50a0447b86db2ee98984ebb3fd1205d039 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Sun, 10 Sep 2017 15:13:26 -0700 Subject: [PATCH] ApiQueryWatchlist: Document type of $commentStore property Change-Id: I884bdd347aeddadfd4a7de89261e5ab1a0d8f6f2 --- includes/api/ApiQueryWatchlist.php | 1 + 1 file changed, 1 insertion(+) 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 ) { -- 2.20.1