diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-10-06 13:59:20 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-10-06 14:45:25 +0100 |
| commit | d17d7b9e823bb401ee2dccf56511754e7ccd488e (patch) | |
| tree | aa9a5faa4e95c14cbacdff7aad853237a9faabc7 /app/Functions/Functions.php | |
| parent | 668801ab800aaf10d806a82578024cbb56457cd8 (diff) | |
| download | webtrees-d17d7b9e823bb401ee2dccf56511754e7ccd488e.tar.gz webtrees-d17d7b9e823bb401ee2dccf56511754e7ccd488e.tar.bz2 webtrees-d17d7b9e823bb401ee2dccf56511754e7ccd488e.zip | |
PHPdoc
Diffstat (limited to 'app/Functions/Functions.php')
| -rw-r--r-- | app/Functions/Functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Functions/Functions.php b/app/Functions/Functions.php index c30f39103d..f5cea33dfa 100644 --- a/app/Functions/Functions.php +++ b/app/Functions/Functions.php @@ -639,8 +639,8 @@ class Functions * Convert a relationship path into a relationship name. * * @param string $path - * @param Individual $person1 - * @param Individual $person2 + * @param Individual|null $person1 + * @param Individual|null $person2 * * @return string */ |
