@@ -200,7 +200,7 @@ discard block |
||
200 | 200 | break; |
201 | 201 | } |
202 | 202 | |
203 | - $this->jobs->next($cursor, function () { |
|
203 | + $this->jobs->next($cursor, function() { |
|
204 | 204 | $this->start(); |
205 | 205 | }); |
206 | 206 | |
@@ -213,7 +213,7 @@ discard block |
||
213 | 213 | 'category' => get_class($this), |
214 | 214 | ]); |
215 | 215 | |
216 | - $this->jobs->next($cursor, function () { |
|
216 | + $this->jobs->next($cursor, function() { |
|
217 | 217 | $this->start(); |
218 | 218 | }); |
219 | 219 |