8000 [Security] Be able to know the reasons of the denied access by maidmaid · Pull Request #35592 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Security] Be able to know the reasons of the denied access #35592

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix a typo
Co-Authored-By: Antoine Makdessi <antoine.makdessi@agriconomie.com>
  • Loading branch information
maidmaid and noniagriconomie authored Mar 3, 2020
commit 842e59ea2fe361aa5697ab8a4cc98d0667ab4972
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function vote(TokenInterface $token, $subject, array $attributes)
}

/**
* Creates an granted vote.
* Creates a granted vote.
*/
public function grant(string $reason = '', array $parameters = []): Vote
{
Expand Down
0