@@ -155,7 +155,7 @@ |
||
155 | 155 | */ |
156 | 156 | private function getBaseLogoutUrl() |
157 | 157 | { |
158 | - return $this->getBaseUrlWithRealm() . '/protocol/openid-connect/logout'; |
|
158 | + return $this->getBaseUrlWithRealm().'/protocol/openid-connect/logout'; |
|
159 | 159 | } |
160 | 160 | |
161 | 161 | /** |
@@ -50,17 +50,17 @@ |
||
50 | 50 | public $encryptionKey = null; |
51 | 51 | |
52 | 52 | /** |
53 | - * Keycloak version. |
|
54 | - * |
|
55 | - * @var string |
|
56 | - */ |
|
53 | + * Keycloak version. |
|
54 | + * |
|
55 | + * @var string |
|
56 | + */ |
|
57 | 57 | public $version = null; |
58 | 58 | |
59 | 59 | /** |
60 | - * PKCE method for authentication. |
|
61 | - * |
|
62 | - * @var string |
|
63 | - */ |
|
60 | + * PKCE method for authentication. |
|
61 | + * |
|
62 | + * @var string |
|
63 | + */ |
|
64 | 64 | private $pkceMethod = null; |
65 | 65 | |
66 | 66 | /** |