@@ -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 | { |