Skip to content

Commit 580469c

Browse files
Merge branch '5.4' into 6.2
* 5.4: Fix merge
2 parents 95cfaac + 019460a commit 580469c

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, $subject, array $attributes)
392+
public function vote(TokenInterface $token, mixed $subject, array $attributes)
393393
{
394394
}
395395
}

0 commit comments

Comments
 (0)