From 8d8b4a44ce9cb846ca0904b51617db3740220d77 Mon Sep 17 00:00:00 2001 From: Slawomir Dolzycki-Uchto Date: Mon, 18 Sep 2023 09:47:53 +0200 Subject: [PATCH] Update src/lib/MVC/Symfony/Security/InteractiveLoginToken.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Niedzielski --- src/lib/MVC/Symfony/Security/InteractiveLoginToken.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/MVC/Symfony/Security/InteractiveLoginToken.php b/src/lib/MVC/Symfony/Security/InteractiveLoginToken.php index 6628c7598a..dd6e07b035 100644 --- a/src/lib/MVC/Symfony/Security/InteractiveLoginToken.php +++ b/src/lib/MVC/Symfony/Security/InteractiveLoginToken.php @@ -33,9 +33,9 @@ public function getOriginalTokenType(): string /** * @return array{ - * 0: string, - * 1: mixed, - * 2: null|\Symfony\Component\Security\Core\Authentication\Token\TokenInterface + * string, + * mixed, + * null|\Symfony\Component\Security\Core\Authentication\Token\TokenInterface * } $data */ public function __serialize(): array