summaryrefslogtreecommitdiff
path: root/app/Individual.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Individual.php')
-rw-r--r--app/Individual.php2
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 = '';