@@ -2,9 +2,9 @@ |
||
| 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 | 6 | use Michaelc\Voting\Exception\VotingRuntimeException as RuntimeException; |
| 7 | +use Psr\Log\LoggerInterface as Logger; |
|
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | 10 | * This class will calculate the outcome of an election |