Completed
Push — master ( 636c4e...2dc559 )
by IT
04:04
created
src/AppBundle/Command/LTIRegisterConsumer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.