Completed
Pull Request — master (#83)
by
unknown
13:29
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   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -49,10 +49,10 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.