Completed
Push — non_purge_indexer ( 4e290b...6bd5a6 )
by André
15:17
created
eZ/Bundle/EzPublishCoreBundle/Command/ReindexCommand.php 1 patch
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.