Skip to content

Commit f30abe8

Browse files
Add some missing return types to internal/final classes
1 parent 1d04928 commit f30abe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authorization/Voter/TraceableVoter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct(VoterInterface $voter, EventDispatcherInterface $eve
3333
$this->eventDispatcher = $eventDispatcher;
3434
}
3535

36-
public function vote(TokenInterface $token, $subject, array $attributes)
36+
public function vote(TokenInterface $token, $subject, array $attributes): int
3737
{
3838
$result = $this->voter->vote($token, $subject, $attributes);
3939

0 commit comments

Comments
 (0)