Completed
Push — non_purge_indexer ( 7d17c7...81b184 )
by André
12:56
created
eZ/Bundle/EzPublishCoreBundle/Command/ReindexCommand.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -114,6 +114,9 @@  discard block
 block discarded – undo
114 114
         $output->writeln('Finished re-indexing');
115 115
     }
116 116
 
117
+    /**
118
+     * @param boolean $commit
119
+     */
117 120
     protected function indexIteratively(InputInterface $input, OutputInterface $output, $iterationCount, $commit)
118 121
     {
119 122
         if ($contentIds = $input->getOption('content-ids')) {
@@ -160,6 +163,10 @@  discard block
 block discarded – undo
160 163
     }
161 164
 
162 165
 
166
+    /**
167
+     * @param integer $processCount
168
+     * @param integer $iterationCount
169
+     */
163 170
     private function runParallelProcess(ProgressBar $progress, Statement $stmt, $processCount, $iterationCount, $commit)
164 171
     {
165 172
         /**
Please login to merge, or discard this patch.