@@ -314,7 +314,7 @@ discard block |
||
| 314 | 314 | |
| 315 | 315 | while ($this->loop()) { |
| 316 | 316 | $event = $cursor_events->current(); |
| 317 | - $this->events->next($cursor_events, function () { |
|
| 317 | + $this->events->next($cursor_events, function() { |
|
| 318 | 318 | $this->main(); |
| 319 | 319 | }); |
| 320 | 320 | |
@@ -349,7 +349,7 @@ discard block |
||
| 349 | 349 | break; |
| 350 | 350 | } |
| 351 | 351 | |
| 352 | - $this->jobs->next($cursor_jobs, function () { |
|
| 352 | + $this->jobs->next($cursor_jobs, function() { |
|
| 353 | 353 | $this->main(); |
| 354 | 354 | }); |
| 355 | 355 | |
@@ -357,7 +357,7 @@ discard block |
||
| 357 | 357 | } |
| 358 | 358 | |
| 359 | 359 | $job = $cursor_jobs->current(); |
| 360 | - $this->jobs->next($cursor_jobs, function () { |
|
| 360 | + $this->jobs->next($cursor_jobs, function() { |
|
| 361 | 361 | $this->main(); |
| 362 | 362 | }); |
| 363 | 363 | |