Skip to content

Commit efdd4b7

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: remove return type definition in order to avoid type juggling
2 parents a6d771e + bc7109f commit efdd4b7

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)