Completed
Push — master ( c05eac...c066ab )
by Alec
03:28
created
src/Rewindable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
     private function createGenerator(...$args): void
39 39
     {
40
-        $this->generator = \call_user_func($this->generatorFunction,  ...$args);
40
+        $this->generator = \call_user_func($this->generatorFunction, ...$args);
41 41
 
42 42
         if (!($this->generator instanceof \Generator)) {
43 43
             throw new \InvalidArgumentException('Return type of your generator function MUST be a \Generator.');
Please login to merge, or discard this patch.