@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | public function getUserInfo() |
| 38 | 38 | { |
| 39 | 39 | return $this->username |
| 40 | - . (!empty($this->password) ? ':' . rawurlencode($this->password) : '' ); |
|
| 40 | + . (!empty($this->password) ? ':' . rawurlencode($this->password) : ''); |
|
| 41 | 41 | } |
| 42 | 42 | |
| 43 | 43 | /** |
@@ -234,6 +234,6 @@ discard block |
||
| 234 | 234 | |
| 235 | 235 | public static function getInstanceFromUri(UriInterface $uri) |
| 236 | 236 | { |
| 237 | - return new Uri((string)$uri); |
|
| 237 | + return new Uri((string) $uri); |
|
| 238 | 238 | } |
| 239 | 239 | } |