You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 2.3 branch.
Discussion
----------
[Components][Security] Fix#3708
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | #3708
Commits
-------
da025b1 [Components][Security] Fix#3708
Hi,
the RoleVoter example in the docs (http://symfony.com/doc/current/components/security/authorization.html#rolevoter) uses vote with a string a third parameter. The api (http://api.symfony.com/2.4/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.html#method_vote) says the third parameter must be an array.
The text was updated successfully, but these errors were encountered: