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 c51efa6 commit bc7109fCopy full SHA for bc7109f
Authorization/Voter/TraceableVoter.php
@@ -39,7 +39,7 @@ public function __construct(VoterInterface $voter, EventDispatcherInterface $eve
39
}
40
41
42
- public function vote(TokenInterface $token, $subject, array $attributes): int
+ public function vote(TokenInterface $token, $subject, array $attributes)
43
{
44
$result = $this->voter->vote($token, $subject, $attributes);
45
0 commit comments