Passed
Push — allow_fork_server ( c0039d...333148 )
by Koldo
02:38
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.