From 7a85d9bfcde30e5133c6b00dde0405c68cd7e4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= <melanger@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:14:26 +0200 Subject: [PATCH] fix: typo --- lib/Auth/Process/GetMfaTokensPrivacyIDEA.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Auth/Process/GetMfaTokensPrivacyIDEA.php b/lib/Auth/Process/GetMfaTokensPrivacyIDEA.php index 109de6b..d3c2b55 100644 --- a/lib/Auth/Process/GetMfaTokensPrivacyIDEA.php +++ b/lib/Auth/Process/GetMfaTokensPrivacyIDEA.php @@ -164,7 +164,7 @@ class GetMfaTokensPrivacyIDEA extends \SimpleSAML\Auth\ProcessingFilter private function saveTokensToStateAttributes(&$state, $tokens) { - $types = [] + $types = []; foreach ($tokens as $token) { foreach ($this->tokens_type as $type) { if ($token['tokentype'] === strtolower($type)) { -- GitLab