We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2657ee7 + 750d527 commit 9f7d742Copy full SHA for 9f7d742
cookbook/security/voter_interface.rst.inc
@@ -4,7 +4,7 @@
4
{
5
public function supportsAttribute($attribute);
6
public function supportsClass($class);
7
- public function vote(TokenInterface $token, $post, array $attributes);
+ public function vote(TokenInterface $token, $object, array $attributes);
8
}
9
10
The :method:`Symfony\\Component\\Security\\Core\\Authorization\\Voter\\VoterInterface::supportsAttribute`
0 commit comments