@@ -421,6 +421,10 @@ |
||
| 421 | 421 | return $questionHelper->ask($input, $output, $question); |
| 422 | 422 | } |
| 423 | 423 | |
| 424 | + /** |
|
| 425 | + * @param InputInterface $input |
|
| 426 | + * @param OutputInterface $output |
|
| 427 | + */ |
|
| 424 | 428 | private function chooseTemplatingEngine($input, $output) |
| 425 | 429 | { |
| 426 | 430 | $tplQuestion = new ChoiceQuestion('Choose your templating engine [php]', |