@@ -159,7 +159,7 @@ |
||
| 159 | 159 | * @param InputInterface $input |
| 160 | 160 | * @param OutputInterface $output |
| 161 | 161 | * |
| 162 | - * @return mixed |
|
| 162 | + * @return string|null |
|
| 163 | 163 | */ |
| 164 | 164 | private function getAdministratorPassword(InputInterface $input, OutputInterface $output) |
| 165 | 165 | { |
@@ -19,9 +19,9 @@ |
||
| 19 | 19 | use Symfony\Component\Console\Output\OutputInterface; |
| 20 | 20 | use Symfony\Component\Console\Question\Question; |
| 21 | 21 | use Symfony\Component\Console\Style\SymfonyStyle; |
| 22 | +use Symfony\Component\Validator\ConstraintViolationListInterface; |
|
| 22 | 23 | use Symfony\Component\Validator\Constraints\Email; |
| 23 | 24 | use Symfony\Component\Validator\Constraints\NotBlank; |
| 24 | -use Symfony\Component\Validator\ConstraintViolationListInterface; |
|
| 25 | 25 | use Webmozart\Assert\Assert; |
| 26 | 26 | |
| 27 | 27 | /** |