We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a327949 commit cdb0e4fCopy full SHA for cdb0e4f
security/impersonating_user.rst
@@ -91,7 +91,7 @@ to show a link to exit impersonation:
91
92
In some cases you may need to get the object that represents the impersonator
93
user rather than the impersonated user. Use the following snippet to iterate
94
-over the user's roles until you find one that a ``SwitchUserRole`` object::
+over the user's roles until you find one that is a ``SwitchUserRole`` object::
95
96
use Symfony\Component\Security\Core\Role\SwitchUserRole;
97
0 commit comments