diff options
Diffstat (limited to 'Role/SwitchUserRole.php')
-rw-r--r-- | Role/SwitchUserRole.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Role/SwitchUserRole.php b/Role/SwitchUserRole.php index c3c7fa6..d67fa74 100644 --- a/Role/SwitchUserRole.php +++ b/Role/SwitchUserRole.php @@ -14,7 +14,8 @@ use Symfony\Component\Security\Authentication\Token\TokenInterface; */ /** - * SwitchUserRole is used when the current user temporarily impersonates another one. + * SwitchUserRole is used when the current user temporarily impersonates + * another one. * * @author Fabien Potencier <fabien.potencier@symfony-project.com> */ |