From a0f50691a472a454a456d61e14be93ea1d10e42a Mon Sep 17 00:00:00 2001 From: Cantepie Date: Wed, 24 Nov 2021 22:22:17 +0100 Subject: [PATCH] Initialize Symfony\Component\Security\Core\Exception\AccountStatusException:: property --- .../Security/Core/Exception/AccountStatusException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php b/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php index 1b4e818a1157b..880ad3de5e243 100644 --- a/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php +++ b/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php @@ -27,7 +27,7 @@ abstract class AccountStatusException extends AuthenticationException /** * Get the user. * - * @return UserInterface + * @return UserInterface|null */ public function getUser() {