Completed
Push — fix-progress-bar ( 4307b6 )
by
unknown
21:35
created
eZ/Bundle/EzPublishCoreBundle/Command/ReindexCommand.php 1 patch
Doc Comments   +8 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,6 +192,9 @@  discard block
 block discarded – undo
192 192
         }
193 193
     }
194 194
 
195
+    /**
196
+     * @param boolean $commit
197
+     */
195 198
     protected function indexIncrementally(InputInterface $input, OutputInterface $output, $iterationCount, $commit)
196 199
     {
197 200
         if ($contentIds = $input->getOption('content-ids')) {
@@ -265,6 +268,10 @@  discard block
 block discarded – undo
265 268
         $output->writeln('');
266 269
     }
267 270
 
271
+    /**
272
+     * @param integer $processCount
273
+     * @param integer $iterationCount
274
+     */
268 275
     private function runParallelProcess(ProgressBar $progress, Statement $stmt, $processCount, $iterationCount, $commit)
269 276
     {
270 277
         /**
@@ -323,7 +330,7 @@  discard block
 block discarded – undo
323 330
     }
324 331
 
325 332
     /**
326
-     * @param mixed $locationId
333
+     * @param integer $locationId
327 334
      * @param bool $count
328 335
      *
329 336
      * @return \Doctrine\DBAL\Driver\Statement
Please login to merge, or discard this patch.