bump dependencies (#3089)

This commit is contained in:
Kevin Papst
2022-01-22 17:11:30 +01:00
committed by GitHub
parent 9c40bd98aa
commit 8b8e9b001e
6 changed files with 927 additions and 834 deletions

View File

@@ -100,7 +100,7 @@ final class CreateUserCommand extends Command
*/
protected function askForPassword(InputInterface $input, OutputInterface $output): string
{
/* @var QuestionHelper $helper */
/** @var QuestionHelper $helper */
$helper = $this->getHelper('question');
$passwordQuestion = new Question('Please enter the password: ');