Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[Security] Continuation : Add messages on votes#59573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
c2c93f2
to41259dd
Compare126b96b
toe8186ac
Compare400a646
toca672e7
Comparepsalm errors
I'm losing track of the PR I should review. |
OK I will merge that on other. |
Changing the return type of a method is a BC break (callers may get results they don't expect.) |
src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
As you ask, I move all to previous PR |
Uh oh!
There was an error while loading.Please reload this page.
This PR continue the work started by@maidmaid and@noniagriconomie in#35592, continued by@yellow1912 in#43147 continued by@alamirault in#46493.
I rebase on 7.2 and remove deprecation as suggested by nicolas-grekas for not causing backward compatiblity breaks.
It allow to have informations about AccessDecisionManager and Voters (And understand why we have an AccessDeniedException with clear infos).

After#58107, I take the work from the beginning so I open a new PR.