Completed
Push — master ( 09054f...2cb152 )
by Michael
02:20
created
src/STV/ElectionFactory.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Michaelc\Voting\STV;
4 4
 
5
-use Psr\Log\LoggerInterface as Logger;
6
-use Michaelc\Voting\Exception\VotingLogicException as LogicException;
7
-use Michaelc\Voting\Exception\VotingRuntimeException as RuntimeException;
8
-
9 5
 class ElectionFactory
10 6
 {
11 7
 	public static function createBallotCollection(array $rankings): array
Please login to merge, or discard this patch.