@@ -67,7 +67,7 @@ |
||
| 67 | 67 | $question = new ConfirmationQuestion('It that ok (y/n)?', false); |
| 68 | 68 | $output->writeln(''); |
| 69 | 69 | |
| 70 | - if(!$input->getOption('no-interaction')){ |
|
| 70 | + if (!$input->getOption('no-interaction')) { |
|
| 71 | 71 | if (!$helper->ask($input, $output, $question)) { |
| 72 | 72 | return; |
| 73 | 73 | } |