aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialCreateAccount.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/specials/SpecialCreateAccount.php')
-rw-r--r--includes/specials/SpecialCreateAccount.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/specials/SpecialCreateAccount.php b/includes/specials/SpecialCreateAccount.php
index 8db8b9397bbf..68251c68b42b 100644
--- a/includes/specials/SpecialCreateAccount.php
+++ b/includes/specials/SpecialCreateAccount.php
@@ -54,11 +54,6 @@ class SpecialCreateAccount extends LoginSignupSpecialPage {
private UserIdentityUtils $identityUtils;
- /**
- * @param AuthManager $authManager
- * @param FormatterFactory $formatterFactory
- * @param UserIdentityUtils $identityUtils
- */
public function __construct(
AuthManager $authManager,
FormatterFactory $formatterFactory,