diff options
| author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-03-21 18:29:20 +0000 |
|---|---|---|
| committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-03-21 18:29:20 +0000 |
| commit | 4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40 (patch) | |
| tree | 70c3582a928950b3079816c807cd55e769cac0d4 /app/Individual.php | |
| parent | 9b0d6698fc7c6dd5ed80352c0ae3c17536a6c631 (diff) | |
| download | webtrees-4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40.tar.gz webtrees-4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40.tar.bz2 webtrees-4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40.zip | |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
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 = ''; |
