Completed
Branch dev (c58bbf)
by Raffael
03:36
created
src/Worker.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
                     break;
191 191
                 }
192 192
 
193
-                $this->jobs->next($cursor, function () {
193
+                $this->jobs->next($cursor, function() {
194 194
                     $this->start();
195 195
                 });
196 196
 
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
             }
199 199
 
200 200
             $job = $cursor->current();
201
-            $this->jobs->next($cursor, function () {
201
+            $this->jobs->next($cursor, function() {
202 202
                 $this->start();
203 203
             });
204 204
 
Please login to merge, or discard this patch.