@@ -277,7 +277,7 @@ |
||
277 | 277 | */ |
278 | 278 | protected function runMagerunCommand(InputInterface $input, OutputInterface $output, $commandString) |
279 | 279 | { |
280 | - $noInteraction = ! $input->getOption('no-interaction'); |
|
280 | + $noInteraction = !$input->getOption('no-interaction'); |
|
281 | 281 | $this->getApplication()->setAutoExit(false); |
282 | 282 | $commandString = $this->_replaceScriptVars($commandString); |
283 | 283 | $input = new StringInput($commandString); |