Completed
Push — master ( 5df64c...27f6d9 )
by Michael
06:56 queued 03:25
created
src/Michaelc/Voting/STV/VoteHandler.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -215,8 +215,7 @@
 block discarded – undo
215 215
                 $minimum = $candidate->getVotes();
216 216
                 unset($minimumCandidates);
217 217
                 $minimumCandidates[] = $candidate;
218
-            }
219
-            elseif ($candidate->getVotes() == $minimum)
218
+            } elseif ($candidate->getVotes() == $minimum)
220 219
             {
221 220
                 $minimumCandidates[] = $candidate;
222 221
             }
Please login to merge, or discard this patch.