@@ -192,6 +192,9 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 |