Passed
Push — master ( 1ff9eb...d68e66 )
by PHPinnacle
02:16
created
src/TaskProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         $token     = new TaskToken();
53 53
         $arguments = (new Arguments($arguments))->inject($this->resolver->resolve($callable));
54 54
 
55
-        return new Task(new LazyPromise(function () use ($callable, $arguments, $token) {
55
+        return new Task(new LazyPromise(function() use ($callable, $arguments, $token) {
56 56
             return $this->coroutine($callable(...$arguments), $token);
57 57
         }), $token);
58 58
     }
Please login to merge, or discard this patch.