Skip to content

Commit 030d56f

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: remove return type definition in order to avoid type juggling
2 parents b13a8f9 + efdd4b7 commit 030d56f

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

0 commit comments

Comments
 (0)