Thanks to visit codestin.com Credit goes to github.com
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 9fe25c2 commit b6808dcCopy full SHA for b6808dc
src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php
@@ -33,7 +33,7 @@ interface VoterInterface
33
* @param mixed $subject The subject to secure
34
* @param array $attributes An array of attributes associated with the method being invoked
35
*
36
- * @return int either ACCESS_GRANTED, ACCESS_ABSTAIN, or ACCESS_DENIED
+ * @return self::ACCESS_* either ACCESS_GRANTED, ACCESS_ABSTAIN, or ACCESS_DENIED
37
*/
38
public function vote(TokenInterface $token, mixed $subject, array $attributes);
39
}
0 commit comments