Completed
Pull Request — master (#46)
by
unknown
01:30
created
src/Iterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -250,7 +250,7 @@
 block discarded – undo
250 250
     {
251 251
         $array = [];
252 252
         $this->rewind();
253
-        array_push ($array, ...$this);
253
+        array_push($array, ...$this);
254 254
         return $array;
255 255
     }
256 256
 }
Please login to merge, or discard this patch.