Completed
Pull Request — master (#91)
by Vladimir
05:42
created
src/allejo/stakx/Server/WebServer.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,8 @@
 block discarded – undo
58 58
     {
59 59
         $dispatcher = Controller::create($router, $compiler);
60 60
 
61
-        return new Server(function (ServerRequestInterface $request) use ($router, $dispatcher, $compiler) {
61
+        return new Server(function (ServerRequestInterface $request) use ($router, $dispatcher, $compiler)
62
+        {
62 63
             $httpMethod = $request->getMethod();
63 64
             $urlPath = Controller::normalizeUrl($request->getUri()->getPath());
64 65
 
Please login to merge, or discard this patch.