@@ -201,7 +201,7 @@ |
||
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(); |