@@ -39,7 +39,7 @@ |
||
39 | 39 | public function getUserInfo(): string |
40 | 40 | { |
41 | 41 | return $this->username |
42 | - . (!empty($this->password) ? ':' . rawurlencode($this->password) : '' ); |
|
42 | + . (!empty($this->password) ? ':' . rawurlencode($this->password) : ''); |
|
43 | 43 | } |
44 | 44 | |
45 | 45 | /** |