From: Kunal Mehta Date: Sun, 10 Sep 2017 22:13:26 +0000 (-0700) Subject: ApiQueryWatchlist: Document type of $commentStore property X-Git-Tag: 1.31.0-rc.0~2155^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=5ec4dd50a0447b86db2ee98984ebb3fd1205d039 ApiQueryWatchlist: Document type of $commentStore property Change-Id: I884bdd347aeddadfd4a7de89261e5ab1a0d8f6f2 --- 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 ) {