ApiQueryWatchlist: Document type of $commentStore property
Change-Id: I884bdd347aeddadfd4a7de89261e5ab1a0d8f6f2
This commit is contained in:
parent
996587e228
commit
5ec4dd50a0
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ use MediaWiki\MediaWikiServices;
|
|||
*/
|
||||
class ApiQueryWatchlist extends ApiQueryGeneratorBase {
|
||||
|
||||
/** @var CommentStore */
|
||||
private $commentStore;
|
||||
|
||||
public function __construct( ApiQuery $query, $moduleName ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue