ApiQueryWatchlist: Document type of $commentStore property
authorKunal Mehta <legoktm@member.fsf.org>
Sun, 10 Sep 2017 22:13:26 +0000 (15:13 -0700)
committerAnomie <bjorsch@wikimedia.org>
Mon, 11 Sep 2017 14:24:09 +0000 (14:24 +0000)
Change-Id: I884bdd347aeddadfd4a7de89261e5ab1a0d8f6f2

includes/api/ApiQueryWatchlist.php

index 3182475..1e3b2c7 100644 (file)
@@ -34,6 +34,7 @@ use MediaWiki\MediaWikiServices;
  */
 class ApiQueryWatchlist extends ApiQueryGeneratorBase {
 
+       /** @var CommentStore */
        private $commentStore;
 
        public function __construct( ApiQuery $query, $moduleName ) {