Test Failed
Push — master ( f57ec0...46a9e3 )
by Koldo
05:20
created
src/ReactHttpServer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         $application = $container->get(Application::class);
42 42
         $middleware($application, $container);
43 43
         $routes($application, $container);
44
-        $server = new Server(static function (ServerRequestInterface $request) use ($application) {
44
+        $server = new Server(static function(ServerRequestInterface $request) use ($application) {
45 45
             try {
46 46
                 return $application->handle($request);
47 47
             } catch (Throwable $exception) {
Please login to merge, or discard this patch.