Passed
Push — master ( b8272a...26710b )
by Felipe
02:02
created
src/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     {
60 60
         $dispatcher = $this->dispatcher;
61 61
 
62
-        $handler = new CallableHandler(function (ServerRequestInterface $request) use ($dispatcher) {
62
+        $handler = new CallableHandler(function(ServerRequestInterface $request) use ($dispatcher) {
63 63
             return $dispatcher->sendRequest($request);
64 64
         });
65 65
 
Please login to merge, or discard this patch.