@@ -66,7 +66,7 @@ |
||
| 66 | 66 | /** |
| 67 | 67 | * Sets the complete list of view providers. |
| 68 | 68 | * |
| 69 | - * @param array $viewProviders |
|
| 69 | + * @param \PHPUnit\Framework\MockObject\MockObject $viewProviders |
|
| 70 | 70 | */ |
| 71 | 71 | public function setViewProviders(array $viewProviders) |
| 72 | 72 | { |
@@ -218,6 +218,9 @@ discard block |
||
| 218 | 218 | } |
| 219 | 219 | } |
| 220 | 220 | |
| 221 | + /** |
|
| 222 | + * @param boolean $commit |
|
| 223 | + */ |
|
| 221 | 224 | protected function indexIncrementally(InputInterface $input, OutputInterface $output, $iterationCount, $commit) |
| 222 | 225 | { |
| 223 | 226 | if ($contentIds = $input->getOption('content-ids')) { |
@@ -285,6 +288,10 @@ discard block |
||
| 285 | 288 | $progress->finish(); |
| 286 | 289 | } |
| 287 | 290 | |
| 291 | + /** |
|
| 292 | + * @param integer $processCount |
|
| 293 | + * @param integer $iterationCount |
|
| 294 | + */ |
|
| 288 | 295 | private function runParallelProcess(ProgressBar $progress, Statement $stmt, $processCount, $iterationCount, $commit) |
| 289 | 296 | { |
| 290 | 297 | /** @var \Symfony\Component\Process\Process[]|null[] */ |
@@ -341,7 +348,7 @@ discard block |
||
| 341 | 348 | } |
| 342 | 349 | |
| 343 | 350 | /** |
| 344 | - * @param mixed $locationId |
|
| 351 | + * @param integer $locationId |
|
| 345 | 352 | * @param bool $count |
| 346 | 353 | * |
| 347 | 354 | * @return \Doctrine\DBAL\Driver\Statement |