@@ -148,6 +148,7 @@ discard block |
||
148 | 148 | /** |
149 | 149 | * @param string $crcCacheKey |
150 | 150 | * @param int|null $newFoundPriority |
151 | + * @param string $foundJobCacheKey |
|
151 | 152 | */ |
152 | 153 | protected function finishBatchFoundJob(Job $foundJob, $foundJobCacheKey, $crcCacheKey, $newFoundWhen, $newFoundPriority) |
153 | 154 | { |
@@ -170,6 +171,7 @@ discard block |
||
170 | 171 | |
171 | 172 | /** |
172 | 173 | * @param bool $adjust |
174 | + * @param string $crcCacheKey |
|
173 | 175 | */ |
174 | 176 | protected function addFoundJob($adjust, Job $foundJob, $foundJobCacheKey, $crcCacheKey) |
175 | 177 | { |