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 b13a8f9 + efdd4b7 commit 030d56fCopy full SHA for 030d56f
Authorization/Voter/TraceableVoter.php
@@ -33,7 +33,7 @@ public function __construct(VoterInterface $voter, EventDispatcherInterface $eve
33
$this->eventDispatcher = $eventDispatcher;
34
}
35
36
- public function vote(TokenInterface $token, $subject, array $attributes): int
+ public function vote(TokenInterface $token, $subject, array $attributes)
37
{
38
$result = $this->voter->vote($token, $subject, $attributes);
39
0 commit comments