Passed
Push — master ( 8a2a0b...099e26 )
by Eric
01:54
created
src/Provider/Keycloak.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
      */
177 177
     private function getBaseLogoutUrl()
178 178
     {
179
-        return $this->_getBaseUrlWithRealm() . '/protocol/openid-connect/logout';
179
+        return $this->_getBaseUrlWithRealm().'/protocol/openid-connect/logout';
180 180
     }
181 181
 
182 182
     /**
Please login to merge, or discard this patch.