Completed
Push — master ( ba014d...a4ec79 )
by Pol
15:35 queued 27s
created
src/Permutations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
   public function toArray() {
76 76
     $results = array();
77 77
 
78
-    foreach($this->generator() as $key => $value) {
78
+    foreach ($this->generator() as $key => $value) {
79 79
       $results[$key] = $value;
80 80
     }
81 81
 
Please login to merge, or discard this patch.