Passed
Push — master ( 25c248...e75287 )
by Felipe
03:11 queued 53s
created
src/Dispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
             $handler
54 54
         );
55 55
 
56
-        $this->client  = new RequestHandlerClient(
56
+        $this->client = new RequestHandlerClient(
57 57
             $this->handler,
58 58
             $serverRequestFactory
59 59
         );
Please login to merge, or discard this patch.
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.