Passed
Push — master ( daaf91...f437aa )
by Sam
05:31
created
index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 $container = new Container();
20 20
 $container->share('response', Response::class);
21 21
 
22
-$container->share('request', function () {
22
+$container->share('request', function() {
23 23
     $config = new Config();
24 24
     $_SERVER['REQUEST_URI'] = mb_substr($_SERVER['REQUEST_URI'], mb_strlen($config->baseUrl()));
25 25
     return ServerRequestFactory::fromGlobals($_SERVER, $_GET, $_POST, $_COOKIE, $_FILES);
Please login to merge, or discard this patch.