diff --git a/components/security/authorization.rst b/components/security/authorization.rst index acf15002596..2ca0e768e8b 100644 --- a/components/security/authorization.rst +++ b/components/security/authorization.rst @@ -127,7 +127,7 @@ on a "remember-me" cookie, or even authenticated anonymously? // any object $object = ...; - $vote = $authenticatedVoter->vote($token, $object, array('IS_AUTHENTICATED_FULLY'); + $vote = $authenticatedVoter->vote($token, $object, array('IS_AUTHENTICATED_FULLY')); RoleVoter ~~~~~~~~~