Completed
Pull Request — master (#89)
by
unknown
14:11
created
src/Provider/Keycloak.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -50,17 +50,17 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.