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 fe825b4 commit a9f9ac8Copy full SHA for a9f9ac8
Authorization/Voter/VoterInterface.php
@@ -34,6 +34,7 @@ interface VoterInterface
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
37
+ * @psalm-return self::ACCESS_* must be transformed into @return on Symfony 7
38
*/
39
public function vote(TokenInterface $token, mixed $subject, array $attributes);
40
}
0 commit comments