@@ -86,7 +86,7 @@ |
||
86 | 86 | * |
87 | 87 | * @return Submitter |
88 | 88 | */ |
89 | - public function new(string $xref, string $gedcom, ?string $pending, Tree $tree): Submitter |
|
89 | + public function new(string $xref, string $gedcom, ?string $pending, Tree $tree) : Submitter |
|
90 | 90 | { |
91 | 91 | return new Submitter($xref, $gedcom, $pending, $tree); |
92 | 92 | } |
@@ -86,7 +86,7 @@ |
||
86 | 86 | * |
87 | 87 | * @return Individual |
88 | 88 | */ |
89 | - public function new(string $xref, string $gedcom, ?string $pending, Tree $tree): Individual |
|
89 | + public function new(string $xref, string $gedcom, ?string $pending, Tree $tree) : Individual |
|
90 | 90 | { |
91 | 91 | return new Individual($xref, $gedcom, $pending, $tree); |
92 | 92 | } |