Passed
Branch master (d9d5b0)
by Koldo
05:54
created
Category
src/ReactHttpServer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         $loop = Factory::create();
36 36
         $middleware = require $this->config['middleware_path'];
37 37
         $routes = require $this->config['router_path'];
38
-        $server = new Server(function (ServerRequestInterface $request) use ($middleware, $routes) {
38
+        $server = new Server(function(ServerRequestInterface $request) use ($middleware, $routes) {
39 39
             return $this->handle($request, $this->config['container_path'], $middleware, $routes);
40 40
         });
41 41
 
Please login to merge, or discard this patch.