Completed
Push — non_purge_indexer ( 13d609...4a3387 )
by André
13:37 queued 01:41
created
eZ/Bundle/EzPublishCoreBundle/Command/ReindexCommand.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -123,6 +123,9 @@  discard block
 block discarded – undo
123 123
         }
124 124
     }
125 125
 
126
+    /**
127
+     * @param boolean $commit
128
+     */
126 129
     protected function indexIteratively(InputInterface $input, OutputInterface $output, $iterationCount, $commit)
127 130
     {
128 131
         if ($contentIds = $input->getOption('content-ids')) {
@@ -177,6 +180,10 @@  discard block
 block discarded – undo
177 180
         $progress->finish();
178 181
     }
179 182
 
183
+    /**
184
+     * @param integer $processCount
185
+     * @param integer $iterationCount
186
+     */
180 187
     private function runParallelProcess(ProgressBar $progress, Statement $stmt, $processCount, $iterationCount, $commit)
181 188
     {
182 189
         /**
Please login to merge, or discard this patch.