ApiQueryWatchlist: Document type of $commentStore property

Change-Id: I884bdd347aeddadfd4a7de89261e5ab1a0d8f6f2
This commit is contained in:
Kunal Mehta 2017-09-10 15:13:26 -07:00 committed by Anomie
parent 996587e228
commit 5ec4dd50a0

View file

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