Completed
Branch dev (6d5d8c)
by Raffael
22:30 queued 21:18
created
src/Worker.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.