| @@ -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 |