Completed
Push — master ( bcb4e0...95db08 )
by Michael
02:54
created
src/STV/VoteHandler.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Michaelc\Voting\STV;
4 4
 
5
-use Psr\Log\LoggerInterface as Logger;
6 5
 use Michaelc\Voting\Exception\VotingLogicException as LogicException;
7
-use Michaelc\Voting\Exception\VotingRuntimeException as RuntimeException;
6
+use Psr\Log\LoggerInterface as Logger;
8 7
 
9 8
 class VoteHandler
10 9
 {
Please login to merge, or discard this patch.