aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/install.php')
-rw-r--r--maintenance/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/install.php b/maintenance/install.php
index 2a4234e96167..85dc6c012e3c 100644
--- a/maintenance/install.php
+++ b/maintenance/install.php
@@ -230,7 +230,7 @@ class CommandLineInstaller extends Maintenance {
return true;
}
- private function generateStrongPassword() {
+ private function generateStrongPassword(): string {
$strongPassword = '';
$strongPasswordLength = 20;
$strongPasswordChars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()_+-={}|;:,.<>?';