Completed
Push — master ( 75f269...02e63a )
by Lars
02:19
created
src/ArrayyRewindableExtendedGenerator.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -13,17 +13,17 @@
 block discarded – undo
13 13
  */
14 14
 final class ArrayyRewindableExtendedGenerator extends ArrayyRewindableGenerator
15 15
 {
16
-   public function __construct(
17
-       callable $generatorConstructionFunction,
18
-       callable $onRewind = null,
19
-       string $class = ''
20
-   ) {
21
-       parent::__construct(
22
-           $generatorConstructionFunction,
23
-           $onRewind,
24
-           $class
25
-       );
26
-   }
16
+    public function __construct(
17
+        callable $generatorConstructionFunction,
18
+        callable $onRewind = null,
19
+        string $class = ''
20
+    ) {
21
+        parent::__construct(
22
+            $generatorConstructionFunction,
23
+            $onRewind,
24
+            $class
25
+        );
26
+    }
27 27
 
28 28
 
29 29
     /**
Please login to merge, or discard this patch.