Passed
Push — github_action ( b6fb67 )
by Koldo
03:40
created
src/ServerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
             new LimitConcurrentRequestsMiddleware($config['max_concurrency']),
43 43
             new RequestBodyBufferMiddleware($config['buffer_size']),
44 44
             new RequestBodyParserMiddleware(),
45
-            static fn (ServerRequestInterface $request): PromiseInterface => resolve($application->handle($request))
45
+            static fn(ServerRequestInterface $request): PromiseInterface => resolve($application->handle($request))
46 46
         );
47 47
 
48 48
         return $server;
Please login to merge, or discard this patch.