Skip to content

Commit 11d815c

Browse files
Merge branch '4.4' into 5.4
* 4.4: [Stopwatch] Fix test expectation [SecurityBundle] fix autoconfiguring Monolog's ProcessorInterface KernelTestCase resets internal state on tearDown [HttpKernel] Fix extracting controller name from closures [Intl] fix wrong offset timezone PHP 8.1 Fix type binding Remove duplicated test Make document type nodes ignorable Initialize Symfony\Component\Security\Core\Exception\AccountStatusException:: property
2 parents b26a444 + 4ad3b34 commit 11d815c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/AccountStatusException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ abstract class AccountStatusException extends AuthenticationException
2727
/**
2828
* Get the user.
2929
*
30-
* @return UserInterface
30+
* @return UserInterface|null
3131
*/
3232
public function getUser()
3333
{

0 commit comments

Comments
 (0)