Skip to content

Commit

Permalink
fix: Append nullable type
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Sep 18, 2023
1 parent 71d0e7a commit 0ecddcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/MVC/Symfony/Security/InteractiveLoginToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function __serialize(): array
* @param array{
* 0: string,
* 1: mixed,
* 2: \Symfony\Component\Security\Core\Authentication\Token\TokenInterface
* 2: null|\Symfony\Component\Security\Core\Authentication\Token\TokenInterface
* } $data
*/
public function __unserialize(array $data): void
Expand Down

0 comments on commit 0ecddcf

Please sign in to comment.