Passed
Push — master ( 0bd6aa...0f1b31 )
by Shiyu
02:19
created
src/Handlers/ServiceInvoker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      */
51 51
     public function inbound($request, Context $ctx) : Promised
52 52
     {
53
-        return race(async(function ($request) {
53
+        return race(async(function($request) {
54 54
             return $this->dispatcher->invoke($request);
55 55
         }, $ctx, $request), timeout($this->options->ttExec));
56 56
     }
Please login to merge, or discard this patch.