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 a6d771e + bc7109f commit efdd4b7Copy full SHA for efdd4b7
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