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.
2 parents ccf63e6 + c49e462 commit 2ce310fCopy full SHA for 2ce310f
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