@@ -7,7 +7,7 @@ |
||
| 7 | 7 | * @copyright (c) 2017, Sebastian Rapetti |
| 8 | 8 | * @license http://opensource.org/licenses/MIT MIT License |
| 9 | 9 | */ |
| 10 | -declare(strict_types=1); |
|
| 10 | +declare(strict_types = 1); |
|
| 11 | 11 | |
| 12 | 12 | namespace Linna\Psr7; |
| 13 | 13 | |
@@ -269,9 +269,9 @@ |
||
| 269 | 269 | $fragment = $this->url['fragment']; |
| 270 | 270 | |
| 271 | 271 | return $this->createUriString(($scheme !== '') ? $scheme.'://' : '', |
| 272 | - $this->getAuthority(), |
|
| 273 | - $this->getPath(), |
|
| 274 | - ($query !== '') ? '?'.$query : '', |
|
| 275 | - ($fragment !== '') ? '#'.$fragment : ''); |
|
| 272 | + $this->getAuthority(), |
|
| 273 | + $this->getPath(), |
|
| 274 | + ($query !== '') ? '?'.$query : '', |
|
| 275 | + ($fragment !== '') ? '#'.$fragment : ''); |
|
| 276 | 276 | } |
| 277 | 277 | } |
@@ -7,7 +7,7 @@ |
||
| 7 | 7 | * @copyright (c) 2017, Sebastian Rapetti |
| 8 | 8 | * @license http://opensource.org/licenses/MIT MIT License |
| 9 | 9 | */ |
| 10 | -declare(strict_types=1); |
|
| 10 | +declare(strict_types = 1); |
|
| 11 | 11 | |
| 12 | 12 | namespace Linna\Psr7; |
| 13 | 13 | |