Skip to content

Commit

Permalink
bug symfony#6460 Update authorization.rst (mantulo)
Browse files Browse the repository at this point in the history
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes symfony#6460).

Discussion
----------

Update authorization.rst

fixed typo

Commits
-------

2ee6a4a Update authorization.rst
  • Loading branch information
wouterj committed Apr 18, 2016
2 parents 0474b57 + 2ee6a4a commit 7819f9e
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 7819f9e

Please sign in to comment.