Skip to content

Commit 43f24cf

Browse files
Add types to private and internal properties
1 parent 7c0d7ca commit 43f24cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/AccessDecisionStrategyTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ final protected static function getVoters(int $grants, int $denies, int $abstain
6464
final protected static function getVoter(int $vote): VoterInterface
6565
{
6666
return new class($vote) implements VoterInterface {
67-
private $vote;
67+
private int $vote;
6868

6969
public function __construct(int $vote)
7070
{

0 commit comments

Comments
 (0)