Passed
Push — master ( c0bab9...74339c )
by Divine Niiquaye
02:31
created
src/Routers/SunriseRouter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
                 $pattern,
96 96
                 (array) $route['methods'],
97 97
                 new CallableRequestHandler(
98
-                    function (ServerRequestInterface $request): ResponseInterface {
98
+                    function(ServerRequestInterface $request): ResponseInterface {
99 99
                         return (new ResponseFactory())->createJsonResponse(200, [
100 100
                             'status' => 'ok',
101 101
                             'method' => $request->getMethod(),
Please login to merge, or discard this patch.