@@ -75,7 +75,7 @@ |
||
75 | 75 | ->union($union) |
76 | 76 | ->pluck('l_from'); |
77 | 77 | |
78 | - return $xrefs->map(static fn (string $xref) => Registry::gedcomRecordFactory()->make($xref, $record->tree())); |
|
78 | + return $xrefs->map(static fn(string $xref) => Registry::gedcomRecordFactory()->make($xref, $record->tree())); |
|
79 | 79 | } |
80 | 80 | |
81 | 81 | /** |