Completed
Push — master ( ce54b6...5ea837 )
by Vítor
03:37
created
src/Console/Command/ModuleCreateCommand.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -421,6 +421,10 @@
 block discarded – undo
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]',
Please login to merge, or discard this patch.