Skip to content
Snippets Groups Projects
Commit 68e1d6f5 authored by René Češka's avatar René Češka
Browse files

Merge branch 'SimpleSamlPHP' into testing

parents b435e893 d9604c31
No related branches found
No related tags found
No related merge requests found
Pipeline #26837 passed
...@@ -100,7 +100,7 @@ class StudipAuthSimpleSamlPHP extends StudipAuthSSO ...@@ -100,7 +100,7 @@ class StudipAuthSimpleSamlPHP extends StudipAuthSSO
/** /**
* Logout the user. * Logout the user.
*/ */
public function logout() public function logout(): void
{ {
$auth = new \SimpleSAML\Auth\Simple($this->sp_name); $auth = new \SimpleSAML\Auth\Simple($this->sp_name);
$auth->Logout(); $auth->Logout();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment