Completed
Push — non_purge_indexer ( 4e290b...6bd5a6 )
by André
15:17
created
eZ/Bundle/EzPublishCoreBundle/Command/ReindexCommand.php 2 patches
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -98,6 +98,10 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.