8000 Fixed the PHPdoc od the new class · symfony/symfony@87f474b · GitHub
[go: up one dir, main page]

Skip to content

Commit 87f474b

Browse files
committed
Fixed the PHPdoc od the new class
1 parent 8b85a73 commit 87f474b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Security/Core/Authorization/DebugAccessDecisionManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
1515

1616
/**
17-
* AccessDecisionManager is the base class for all access decision managers
18-
* that use decision voters.
17+
* Decorates the original AccessDecisionManager class to log information
18+
* about the security voters and the decisions made by them.
1919
*
2020
* @author Javier Eguiluz <javier.eguiluz@gmail.com>
2121
*/

0 commit comments

Comments
 (0)
0