@@ -5,9 +5,6 @@ |
||
5 | 5 | |
6 | 6 | use CondorcetPHP\Condorcet\Condorcet; |
7 | 7 | use CondorcetPHP\Condorcet\Election; |
8 | -use CondorcetPHP\Condorcet\Candidate; |
|
9 | -use CondorcetPHP\Condorcet\CondorcetUtil; |
|
10 | -use CondorcetPHP\Condorcet\Vote; |
|
11 | 8 | |
12 | 9 | |
13 | 10 | class BasicUsageBench |
@@ -61,6 +61,9 @@ |
||
61 | 61 | |
62 | 62 | /// |
63 | 63 | |
64 | + /** |
|
65 | + * @param ElectionProcess\VotesProcess $electionContext |
|
66 | + */ |
|
64 | 67 | public function __construct ($ranking, $tags = null, ?float $ownTimestamp = null, ?Election $electionContext = null) |
65 | 68 | { |
66 | 69 | $this->_electionContext = $electionContext; |