Skip to content

Commit

Permalink
Update src/lib/MVC/Symfony/Security/InteractiveLoginToken.php
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Niedzielski <[email protected]>
  • Loading branch information
Nattfarinn and Steveb-p authored Sep 18, 2023
1 parent 0ecddcf commit 8d8b4a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/MVC/Symfony/Security/InteractiveLoginToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d8b4a4

Please sign in to comment.