@@ -48,7 +48,7 @@ |
||
| 48 | 48 | |
| 49 | 49 | return $this->render( |
| 50 | 50 | 'user/index.html.twig', |
| 51 | - ['votes' => $votes, 'user' => $user,] |
|
| 51 | + ['votes' => $votes, 'user' => $user, ] |
|
| 52 | 52 | ); |
| 53 | 53 | } |
| 54 | 54 | |
@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Michaelc\Voting\STV; |
| 4 | 4 | |
| 5 | -use Michaelc\Voting\STV\Candidate; |
|
| 6 | - |
|
| 7 | 5 | class Ballot |
| 8 | 6 | { |
| 9 | 7 | /** |