@@ -50,7 +50,7 @@ |
||
| 50 | 50 | * |
| 51 | 51 | * @return GedcomRecord |
| 52 | 52 | */ |
| 53 | - public function new(string $xref, string $gedcom, ?string $pending, Tree $tree): GedcomRecord; |
|
| 53 | + public function new(string $xref, string $gedcom, ?string $pending, Tree $tree) : GedcomRecord; |
|
| 54 | 54 | |
| 55 | 55 | /** |
| 56 | 56 | * Create a GedcomRecord object from a row in the database. |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | */ |
| 43 | 43 | public function __construct(SearchService $search_service) |
| 44 | 44 | { |
| 45 | - $this->search_service = $search_service; |
|
| 45 | + $this->search_service = $search_service; |
|
| 46 | 46 | } |
| 47 | 47 | |
| 48 | 48 | /** |
@@ -69,7 +69,7 @@ |
||
| 69 | 69 | */ |
| 70 | 70 | public function __construct(ClipboardService $clipboard_service) |
| 71 | 71 | { |
| 72 | - $this->clipboard_service = $clipboard_service; |
|
| 72 | + $this->clipboard_service = $clipboard_service; |
|
| 73 | 73 | } |
| 74 | 74 | |
| 75 | 75 | /** |