Completed
Push — master ( 4632b0...98cfe8 )
by Guillermo
36:11
created
src/SecretSanta.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
         $retry = count($this->players) + $this->players->countExcludePlayers();
86 86
 
87
-        while (!$this->isValidCombination() && $retry > 0 ) {
87
+        while (!$this->isValidCombination() && $retry > 0) {
88 88
             $this->combination = [];
89 89
             $secretPlayers = $this->players->shufflePlayers();
90 90
             foreach ($this->players as $playerId => $player) {
Please login to merge, or discard this patch.