Skip to content

Commit

Permalink
[FrameworkBundle] Fix getUser() phpdoc in AbstractController
Browse files Browse the repository at this point in the history
  • Loading branch information
natewiebe13 committed Jan 3, 2020
1 parent f35935f commit bba9fd6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -38,6 +38,7 @@
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;
Expand Down

0 comments on commit bba9fd6

Please sign in to comment.