Skip to content

Commit 3443e22

Browse files
author
Nate Wiebe
committed
[FrameworkBundle] Fix getUser() phpdoc in AbstractController
1 parent 36e5177 commit 3443e22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Controller/AbstractController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
3939
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
4040
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
41+
use Symfony\Component\Security\Core\User\UserInterface;
4142
use Symfony\Component\Security\Csrf\CsrfToken;
4243
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
4344
use Symfony\Component\Serializer\SerializerInterface;

0 commit comments

Comments
 (0)