From 2ee6a4a7560c478461da35d46b82335e3cccf199 Mon Sep 17 00:00:00 2001 From: mantulo Date: Tue, 12 Apr 2016 10:45:28 +0600 Subject: [PATCH] Update authorization.rst --- components/security/authorization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ~~~~~~~~~