Completed
Branch dev (58fe22)
by Raffael
02:55
created
src/Queue.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -314,7 +314,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.