Passed
Push — master ( 17c63b...4d17cd )
by Max
48s queued 12s
created
fakes/RpIteratorToArray.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     ) {
25 25
         parent::__construct(
26 26
             $source,
27
-            fn (Iterator $source): array => iterator_to_array($source)
27
+            fn(Iterator $source): array => iterator_to_array($source)
28 28
         );
29 29
     }
30 30
 }
Please login to merge, or discard this patch.