Completed
Push — preload ( f6c469...0f795c )
by Akihito
02:10 queued 15s
created
src/Provide/Router/WebRouter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     {
37 37
         $request = new RouterMatch;
38 38
         [$request->method, $request->query] = $this->httpMethodParams->get($server, $globals['_GET'], $globals['_POST']);
39
-        $request->path = $this->schemeHost . parse_url($server['REQUEST_URI'], 5); // 5 = PHP_URL_PATH
39
+        $request->path = $this->schemeHost.parse_url($server['REQUEST_URI'], 5); // 5 = PHP_URL_PATH
40 40
 
41 41
         return $request;
42 42
     }
Please login to merge, or discard this patch.