@@ -270,10 +270,10 @@ |
||
270 | 270 | |
271 | 271 | return $this->createUriString( |
272 | 272 | ($scheme !== '') ? $scheme.'://' : '', |
273 | - $this->getAuthority(), |
|
274 | - $this->getPath(), |
|
275 | - ($query !== '') ? '?'.$query : '', |
|
276 | - ($fragment !== '') ? '#'.$fragment : '' |
|
273 | + $this->getAuthority(), |
|
274 | + $this->getPath(), |
|
275 | + ($query !== '') ? '?'.$query : '', |
|
276 | + ($fragment !== '') ? '#'.$fragment : '' |
|
277 | 277 | ); |
278 | 278 | } |
279 | 279 | } |