Passed
Push — master ( 81686d...1595cb )
by Kirill
04:41
created
src/Frontend/Ast/Definition/Type/UnionMemberNode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,6 +40,6 @@
 block discarded – undo
40 40
      */
41 41
     public static function create(array $children): array
42 42
     {
43
-        return \array_map(fn (NamedTypeNode $type): self => new static($type), $children);
43
+        return \array_map(fn(NamedTypeNode $type): self => new static($type), $children);
44 44
     }
45 45
 }
Please login to merge, or discard this patch.