|
@@ -2,11 +2,8 @@ |
|
|
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
|
|
-use Michaelc\Voting\ElectionFactory as ElectionFactoryInterface; |
|
9
|
5
|
use Michaelc\Voting\Election as ElectionInterface; |
|
|
6
|
+use Michaelc\Voting\ElectionFactory as ElectionFactoryInterface; |
|
10
|
7
|
|
|
11
|
8
|
class ElectionFactory implements ElectionFactoryInterface |
|
12
|
9
|
{ |
Please login to merge, or discard this patch.