@@ -49,10 +49,10 @@ |
||
49 | 49 | public $encryptionKey = null; |
50 | 50 | |
51 | 51 | /** |
52 | - * Keycloak version. |
|
53 | - * |
|
54 | - * @var string |
|
55 | - */ |
|
52 | + * Keycloak version. |
|
53 | + * |
|
54 | + * @var string |
|
55 | + */ |
|
56 | 56 | public $version = null; |
57 | 57 | |
58 | 58 | /** |
@@ -183,7 +183,7 @@ |
||
183 | 183 | */ |
184 | 184 | private function getBaseLogoutUrl(): string |
185 | 185 | { |
186 | - return $this->getBaseUrlWithRealm() . '/protocol/openid-connect/logout'; |
|
186 | + return $this->getBaseUrlWithRealm().'/protocol/openid-connect/logout'; |
|
187 | 187 | } |
188 | 188 | |
189 | 189 | /** |