Completed
Push — master ( 58bad8...42921a )
by Boudry
03:06
created
lib/Algo/Methods/KemenyYoung.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Condorcet\Algo\MethodInterface;
14 14
 use Condorcet\Algo\Tools\Permutation;
15 15
 use Condorcet\Condorcet;
16
-use Condorcet\Election;
17 16
 use Condorcet\Result;
18 17
 
19 18
 // Kemeny-Young is a Condorcet Algorithm | http://en.wikipedia.org/wiki/Kemeny%E2%80%93Young_method
Please login to merge, or discard this patch.
lib/Condorcet.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace Condorcet;
11 11
 
12 12
 use Condorcet\CondorcetException;
13
-use Condorcet\Election;
14 13
 use Condorcet\Result;
15 14
 
16 15
 // Registering native Condorcet Methods implementation
Please login to merge, or discard this patch.
lib/Result.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,9 +11,7 @@
 block discarded – undo
11 11
 
12 12
 use Condorcet\CondorcetException;
13 13
 use Condorcet\CondorcetVersion;
14
-use Condorcet\Candidate;
15 14
 use Condorcet\Election;
16
-use Condorcet\Linkable;
17 15
 use Condorcet\Vote;
18 16
 
19 17
 
Please login to merge, or discard this patch.