Skip to content

Commit 38d674b

Browse files
Fix some return types in tests
1 parent 36eddff commit 38d674b

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
@@ -434,7 +434,7 @@ private function getRoleHierarchy()
434434

435435
final class DummyVoter implements VoterInterface
436436
{
437-
public function vote(TokenInterface $token, $subject, array $attributes)
437+
public function vote(TokenInterface $token, $subject, array $attributes): int
438438
{
439439
}
440440
}

0 commit comments

Comments
 (0)