Completed
Push — master ( 9a0752...0003b1 )
by Stéphane
8s
created
src/Uri.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
201 201
         }
202 202
 
203 203
         if ($this->parts['scheme'] === 'file' && preg_match('/^[A-Z]:/', $this->parts['path'])) {
204
-            $this->parts['path'] = '/' . $this->parts['path'];
204
+            $this->parts['path'] = '/'.$this->parts['path'];
205 205
         }
206 206
 
207 207
         $this->authority = $this->buildAuthority();
Please login to merge, or discard this patch.