@@ -39,9 +39,7 @@ |
||
| 39 | 39 | /** |
| 40 | 40 | * Can receive as many tuples of array( argumentName ), argumentValue as necessary. |
| 41 | 41 | * |
| 42 | - * @param $argumentString |
|
| 43 | - * @param string $dynamicSettingName.. |
|
| 44 | - * @param string $dynamicSettingValue.. |
|
| 42 | + * @param string $argumentString |
|
| 45 | 43 | * |
| 46 | 44 | * @return string |
| 47 | 45 | */ |
@@ -161,6 +161,9 @@ discard block |
||
| 161 | 161 | } |
| 162 | 162 | } |
| 163 | 163 | |
| 164 | + /** |
|
| 165 | + * @param boolean $commit |
|
| 166 | + */ |
|
| 164 | 167 | protected function indexIncrementally(InputInterface $input, OutputInterface $output, $iterationCount, $commit) |
| 165 | 168 | { |
| 166 | 169 | if ($contentIds = $input->getOption('content-ids')) { |
@@ -223,6 +226,10 @@ discard block |
||
| 223 | 226 | $progress->finish(); |
| 224 | 227 | } |
| 225 | 228 | |
| 229 | + /** |
|
| 230 | + * @param integer $processCount |
|
| 231 | + * @param integer $iterationCount |
|
| 232 | + */ |
|
| 226 | 233 | private function runParallelProcess(ProgressBar $progress, Statement $stmt, $processCount, $iterationCount, $commit) |
| 227 | 234 | { |
| 228 | 235 | /** |
@@ -277,7 +284,7 @@ discard block |
||
| 277 | 284 | } |
| 278 | 285 | |
| 279 | 286 | /** |
| 280 | - * @param mixed $locationId |
|
| 287 | + * @param integer $locationId |
|
| 281 | 288 | * @param bool $count |
| 282 | 289 | * |
| 283 | 290 | * @return \Doctrine\DBAL\Driver\Statement |