Loading core/lib/Drupal/Core/Command/InstallCommand.php +1 −1 Original line number Diff line number Diff line Loading @@ -168,7 +168,7 @@ protected function isDrupalInstalled() { * @return int * The command exit status. */ protected function install($class_loader, SymfonyStyle $io, $profile, $langcode, $site_path, $site_name, string $recipe, ?string $password = NULL) { protected function install($class_loader, SymfonyStyle $io, $profile, $langcode, $site_path, $site_name, string $recipe, #[\SensitiveParameter] ?string $password = NULL) { $sqliteDriverNamespace = 'Drupal\\sqlite\\Driver\\Database\\sqlite'; $password ??= Crypt::randomBytesBase64(12); $parameters = [ Loading Loading
core/lib/Drupal/Core/Command/InstallCommand.php +1 −1 Original line number Diff line number Diff line Loading @@ -168,7 +168,7 @@ protected function isDrupalInstalled() { * @return int * The command exit status. */ protected function install($class_loader, SymfonyStyle $io, $profile, $langcode, $site_path, $site_name, string $recipe, ?string $password = NULL) { protected function install($class_loader, SymfonyStyle $io, $profile, $langcode, $site_path, $site_name, string $recipe, #[\SensitiveParameter] ?string $password = NULL) { $sqliteDriverNamespace = 'Drupal\\sqlite\\Driver\\Database\\sqlite'; $password ??= Crypt::randomBytesBase64(12); $parameters = [ Loading