@@ -249,7 +249,7 @@ discard block |
||
249 | 249 | } |
250 | 250 | |
251 | 251 | /** |
252 | - * @param string|string[] $message |
|
252 | + * @param string $message |
|
253 | 253 | * @param OutputInterface $output |
254 | 254 | */ |
255 | 255 | private function comment($message, OutputInterface $output) |
@@ -297,7 +297,7 @@ discard block |
||
297 | 297 | } |
298 | 298 | |
299 | 299 | /** |
300 | - * @param string|string[] $question |
|
300 | + * @param string[] $question |
|
301 | 301 | * @param string[] $choices |
302 | 302 | * @param string $default |
303 | 303 | * @param InputInterface $input |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use Ivory\JsonBuilder\JsonBuilder; |
15 | 15 | use Symfony\Component\Asset\Packages; |
16 | -use Symfony\Component\HttpFoundation\Request; |
|
17 | 16 | use Symfony\Component\HttpFoundation\RequestStack; |
18 | 17 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
19 | 18 | use Symfony\Component\Routing\RouterInterface; |