@@ -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); |
@@ -84,7 +84,7 @@ |
||
| 84 | 84 | } |
| 85 | 85 | |
| 86 | 86 | foreach ($structureElementIterator as $structureElement) { |
| 87 | - if (mb_stripos((string)$structureElement->getLabel(), $searchTerm) !== false) { |
|
| 87 | + if (mb_stripos((string) $structureElement->getLabel(), $searchTerm) !== false) { |
|
| 88 | 88 | $this->resultBuilder->add($structureElement, $pathLabel); |
| 89 | 89 | } |
| 90 | 90 | $elementPathLabel = $pathLabel . ' / ' . $structureElement->getLabel(); |