diff options
| -rw-r--r-- | app/GedcomRecord.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/GedcomRecord.php b/app/GedcomRecord.php index 30d60d32c9..17658ea196 100644 --- a/app/GedcomRecord.php +++ b/app/GedcomRecord.php @@ -127,7 +127,7 @@ class GedcomRecord { * * @throws \Exception * - * @return GedcomRecord|null + * @return GedcomRecord|Individual|Family|Source|Repository|Media|Note|null */ public static function getInstance($xref, Tree $tree, $gedcom = null) { $tree_id = $tree->getTreeId(); |
