Skip to content

Commit ef324dc

Browse files
committed
Fixed a minor PHP issue
1 parent 29c0fc1 commit ef324dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/impersonating_user.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ stored in the token storage will be a ``SwitchUserToken`` instance. Use the
108108
following snippet to obtain the original token which gives you access to
109109
the impersonator user::
110110

111-
use Symfony\Component\Security\Core\Authentication\Token\SwitchUserToken
111+
use Symfony\Component\Security\Core\Authentication\Token\SwitchUserToken;
112112
use Symfony\Component\Security\Core\Security;
113113
// ...
114114

0 commit comments

Comments
 (0)