]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/Saml2Service.php
Fixes for CodeStyle vol.2
[bookstack] / app / Auth / Access / Saml2Service.php
index e72aef97992477f627092990f5325d4b0af089c4..339701d27c89fcad4530657916bdd898a2c73210 100644 (file)
@@ -65,10 +65,8 @@ class Saml2Service extends ExternalAuthService
             $nameIdFormat = env('SAML2_SP_NAME_ID_Format', null);
             $nameIdSPNameQualifier = env('SAML2_SP_NAME_ID_SP_NAME_QUALIFIER', null);
 
-
             $url = $toolKit->logout($returnRoute, [], $email, null, true, $nameIdFormat, null, $nameIdSPNameQualifier);
             $id = $toolKit->getLastRequestID();
-
         } catch (Error $error) {
             if ($error->getCode() !== Error::SAML_SINGLE_LOGOUT_NOT_SUPPORTED) {
                 throw $error;