8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2980fb8 commit c49e462Copy full SHA for c49e462
src/Symfony/Component/Security/Core/Authorization/Voter/Voter.php
@@ -74,6 +74,7 @@ abstract protected function supports($attribute, $subject);
74
75
/**
76
* Perform a single access check operation on a given attribute, subject and token.
77
+ * It is safe to assume that $attribute and $subject already passed the "supports()" method check.
78
*
79
* @param string $attribute
80
* @param mixed $subject
0 commit comments