aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialListFiles.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/specials/SpecialListFiles.php')
-rw-r--r--includes/specials/SpecialListFiles.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/includes/specials/SpecialListFiles.php b/includes/specials/SpecialListFiles.php
index 33e39baadcf0..074bd1d3a240 100644
--- a/includes/specials/SpecialListFiles.php
+++ b/includes/specials/SpecialListFiles.php
@@ -46,15 +46,6 @@ class SpecialListFiles extends IncludableSpecialPage {
private RowCommentFormatter $rowCommentFormatter;
private LinkBatchFactory $linkBatchFactory;
- /**
- * @param RepoGroup $repoGroup
- * @param IConnectionProvider $dbProvider
- * @param CommentStore $commentStore
- * @param UserNameUtils $userNameUtils
- * @param UserNamePrefixSearch $userNamePrefixSearch
- * @param RowCommentFormatter $rowCommentFormatter
- * @param LinkBatchFactory $linkBatchFactory
- */
public function __construct(
RepoGroup $repoGroup,
IConnectionProvider $dbProvider,