Passed
Push — 2.1 ( a87e00...e22ac6 )
by Greg
12:50 queued 06:16
created
app/Http/Middleware/Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
             }
91 91
         } else {
92 92
             // Turn the ugly URL into a pretty one, so the router can parse it.
93
-            $uri    = $request->getUri()->withPath($url_route);
93
+            $uri = $request->getUri()->withPath($url_route);
94 94
             $request = $request->withUri($uri);
95 95
         }
96 96
 
Please login to merge, or discard this patch.