ApiQueryWatchlist: Document type of $commentStore property
[lhc/web/wiklou.git] / 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 ) {