@@ -123,7 +123,7 @@ |
||
123 | 123 | } |
124 | 124 | |
125 | 125 | protected function execute(InputInterface $input, OutputInterface $output) { |
126 | - if ( !$input->isInteractive() ) { |
|
126 | + if (!$input->isInteractive()) { |
|
127 | 127 | $output->writeln('Invalid TTY.'); |
128 | 128 | $output->writeln('If you are trying to execute the command in a Docker '); |
129 | 129 | $output->writeln("container, do not forget to execute 'docker exec' with"); |
@@ -105,7 +105,7 @@ |
||
105 | 105 | } |
106 | 106 | |
107 | 107 | protected function execute(InputInterface $input, OutputInterface $output) { |
108 | - if ( !$input->isInteractive() ) { |
|
108 | + if (!$input->isInteractive()) { |
|
109 | 109 | $output->writeln('Invalid TTY.'); |
110 | 110 | $output->writeln('If you are trying to execute the command in a Docker '); |
111 | 111 | $output->writeln("container, do not forget to execute 'docker exec' with"); |