Completed
Push — dependabot/composer/twig/twig-... ( 37d3f3 )
by
unknown
25s
created
src/N98/Magento/Command/ScriptCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -277,7 +277,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.