@@ -40,6 +40,6 @@ |
||
| 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 | } |