diff options
Diffstat (limited to 'app/Individual.php')
| -rw-r--r-- | app/Individual.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Individual.php b/app/Individual.php index 7a7befca06..173b48b75d 100644 --- a/app/Individual.php +++ b/app/Individual.php @@ -59,7 +59,7 @@ class Individual extends GedcomRecord { * Typically when we load families and their members. * * @param Tree $tree - * @param array $xrefs + * @param string[] $xrefs */ public static function load(Tree $tree, array $xrefs) { $sql = ''; |
