Skip to content

Commit 029f420

Browse files
Merge branch '4.4'
* 4.4: Add more return types after fixing a typo in my script
2 parents f4da336 + cedb4c4 commit 029f420

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)