Passed
Push — master ( 8fc0e8...080505 )
by Eric
01:59
created
src/Provider/Keycloak.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
      */
180 180
     private function getBaseLogoutUrl() // @codingStandardsIgnoreLine
181 181
     {
182
-        return $this->getBaseUrlWithRealm() . '/protocol/openid-connect/logout';
182
+        return $this->getBaseUrlWithRealm().'/protocol/openid-connect/logout';
183 183
     }
184 184
 
185 185
     /**
Please login to merge, or discard this patch.