Completed
Push — master ( 0f8fe7...ba014d )
by Pol
01:57
created
src/Permutations.php 2 patches
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.
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -74,6 +74,7 @@
 block discarded – undo
74 74
 
75 75
   /**
76 76
    * @param array $elements
77
+   * @param integer $length
77 78
    *
78 79
    * @return \Generator
79 80
    */
Please login to merge, or discard this patch.