Skip to content

Commit

Permalink
Update authorization.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mantulo authored and wouterj committed Apr 18, 2016
1 parent 0474b57 commit 2ee6a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/security/authorization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~
Expand Down

0 comments on commit 2ee6a4a

Please sign in to comment.