Completed
Push — master ( a8df80...cba614 )
by Pol
06:30
created
src/Iterators/Combinations.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,7 @@
 block discarded – undo
62 62
   public function next() {
63 63
     if ($this->nextHelper()) {
64 64
       $this->key++;
65
-    }
66
-    else {
65
+    } else {
67 66
       $this->key = -1;
68 67
     }
69 68
   }
Please login to merge, or discard this patch.