diff --git a/components/security/authorization.rst b/components/security/authorization.rst index 5306a3eec61..5f5287bd64c 100644 --- a/components/security/authorization.rst +++ b/components/security/authorization.rst @@ -120,7 +120,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 ~~~~~~~~~