Passed
Branch master (27f6d9)
by Michael
04:19
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.