Completed
Push — master ( 0ff543...3a13e3 )
by Raffael
05:33 queued 03:00
created
src/Queue.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -188,13 +188,13 @@  discard block
 block discarded – undo
188 188
                     break;
189 189
                 }
190 190
 
191
-                $this->events->next($cursor_events, function () {
191
+                $this->events->next($cursor_events, function() {
192 192
                     $this->main();
193 193
                 });
194 194
             }
195 195
 
196 196
             $event = $cursor_events->current();
197
-            $this->events->next($cursor_events, function () {
197
+            $this->events->next($cursor_events, function() {
198 198
                 $this->main();
199 199
             });
200 200
 
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
                     break;
215 215
                 }
216 216
 
217
-                $this->jobs->next($cursor_jobs, function () {
217
+                $this->jobs->next($cursor_jobs, function() {
218 218
                     $this->main();
219 219
                 });
220 220
 
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
 
224 224
             $job = $cursor_jobs->current();
225 225
 
226
-            $this->jobs->next($cursor_jobs, function () {
226
+            $this->jobs->next($cursor_jobs, function() {
227 227
                 $this->main();
228 228
             });
229 229
 
Please login to merge, or discard this patch.