@@ -241,8 +241,8 @@ |
||
| 241 | 241 | } |
| 242 | 242 | |
| 243 | 243 | /** |
| 244 | - * @param null $workerName |
|
| 245 | - * @param null $methodName |
|
| 244 | + * @param string|null $workerName |
|
| 245 | + * @param string|null $methodName |
|
| 246 | 246 | * @param bool $prioritize |
| 247 | 247 | * |
| 248 | 248 | * @return Builder |
@@ -475,8 +475,9 @@ |
||
| 475 | 475 | * This is a bit of a hack to run a lower level query so as to process the INSERT INTO SELECT |
| 476 | 476 | * All on the server as "INSERT INTO SELECT" is not supported natively in Doctrine. |
| 477 | 477 | * |
| 478 | - * @param null $workerName |
|
| 479 | - * @param null $methodName |
|
| 478 | + * @param string|null $workerName |
|
| 479 | + * @param string|null $methodName |
|
| 480 | + * @param \Closure $progressCallback |
|
| 480 | 481 | */ |
| 481 | 482 | protected function runArchive($workerName = null, $methodName = null, $progressCallback) |
| 482 | 483 | { |
@@ -20,6 +20,9 @@ |
||
| 20 | 20 | $this->runTimingsActionTests($container); |
| 21 | 21 | } |
| 22 | 22 | |
| 23 | + /** |
|
| 24 | + * @param \Symfony\Component\DependencyInjection\Container $container |
|
| 25 | + */ |
|
| 23 | 26 | public function runTimingsActionTests($container) |
| 24 | 27 | { |
| 25 | 28 | $trendsController = new TrendsController(); |