@@ -98,6 +98,10 @@ |
||
98 | 98 | } |
99 | 99 | |
100 | 100 | |
101 | + /** |
|
102 | + * @param integer $iterationCount |
|
103 | + * @param boolean $noCommit |
|
104 | + */ |
|
101 | 105 | private function executeParallel(InputInterface $input, OutputInterface $output, $iterationCount, $noCommit) { |
102 | 106 | $since = $input->getOption('since'); |
103 | 107 | $contentIds = $input->getOption('content-ids'); |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Symfony\Component\Process\Process; |
17 | 17 | use Symfony\Component\Process\PhpExecutableFinder; |
18 | 18 | use eZ\Publish\Core\Search\Common\Indexer; |
19 | -use ezcSystemInfo; |
|
20 | 19 | use RuntimeException; |
21 | 20 | |
22 | 21 | class ReindexCommand extends ContainerAwareCommand |