Skip to content

Commit 8e49900

Browse files
committed
Lint
1 parent 7362d44 commit 8e49900

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ElectionProcess/CandidatesProcess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ trait CandidatesProcess
2424
/////////// CONSTRUCTOR ///////////
2525

2626
// Data and global options
27-
/** @var array<int, Candidate> */
27+
/** @var array<int, Candidate> */
2828
public protected(set) array $candidates = []; // Candidate list
2929

3030
public protected(set) string $nextAutomaticCandidateName = 'A';

tests/src/Algo/Methods/AllMethodsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
$className = Condorcet::getMethodClass($method);
6464

6565
expect($className::IS_INFORMATIONAL)
66-
->toBe(in_array($method, $informationalMethods, true));
66+
->toBe(\in_array($method, $informationalMethods, true));
6767
}
68-
});
68+
});

0 commit comments

Comments
 (0)