Skip to content

Commit cb385ff

Browse files
Fix merge
1 parent 580469c commit cb385ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DataCollector/SecurityDataCollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ private function getRoleHierarchy()
389389

390390
class DummyVoter implements VoterInterface
391391
{
392-
public function vote(TokenInterface $token, mixed $subject, array $attributes)
392+
public function vote(TokenInterface $token, mixed $subject, array $attributes): int
393393
{
394394
}
395395
}

0 commit comments

Comments
 (0)