Passed
Push — 146 ( fd2fad...24ac85 )
by Max
06:45 queued 04:29
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.