Skip to content

Commit 7819f9e

Browse files
committed
bug #6460 Update authorization.rst (mantulo)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6460). Discussion ---------- Update authorization.rst fixed typo Commits ------- 2ee6a4a Update authorization.rst
2 parents 0474b57 + 2ee6a4a commit 7819f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/security/authorization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ on a "remember-me" cookie, or even authenticated anonymously?
127127
// any object
128128
$object = ...;
129129
130-
$vote = $authenticatedVoter->vote($token, $object, array('IS_AUTHENTICATED_FULLY');
130+
$vote = $authenticatedVoter->vote($token, $object, array('IS_AUTHENTICATED_FULLY'));
131131
132132
RoleVoter
133133
~~~~~~~~~

0 commit comments

Comments
 (0)