[FrameworkBundle] Fix getUser() phpdoc in AbstractController

This commit is contained in:
Nate Wiebe 2020-01-03 00:46:11 -05:00
parent f35935f050
commit bba9fd6ccf

View File

@ -38,6 +38,7 @@ use Symfony\Component\Routing\RouterInterface;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
use Symfony\Component\Security\Core\User\UserInterface;
use Symfony\Component\Security\Csrf\CsrfToken;
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
use Symfony\Component\Serializer\SerializerInterface;