diff options
Diffstat (limited to 'includes/api/ApiQueryLogEvents.php')
-rw-r--r-- | includes/api/ApiQueryLogEvents.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index d06f154f58b3..4f031559baf0 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -31,6 +31,7 @@ use MediaWiki\Storage\NameTableAccessException; */ class ApiQueryLogEvents extends ApiQueryBase { + /** @var CommentStore */ private $commentStore; public function __construct( ApiQuery $query, $moduleName ) { |