Completed
Pull Request — master (#28)
by
unknown
11:15
created
src/Provider/Keycloak.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -296,6 +296,6 @@
 block discarded – undo
296 296
      */
297 297
     private function buildOpenIdConnectUrl($uriPostfix)
298 298
     {
299
-        return $this->getBaseUrlWithRealm() . self::OPEN_ID_PROTOCOL_URI . $uriPostfix;
299
+        return $this->getBaseUrlWithRealm().self::OPEN_ID_PROTOCOL_URI.$uriPostfix;
300 300
     }
301 301
 }
Please login to merge, or discard this patch.