summaryrefslogtreecommitdiff
path: root/app/Functions/Functions.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-10-06 13:59:20 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-10-06 14:45:25 +0100
commitd17d7b9e823bb401ee2dccf56511754e7ccd488e (patch)
treeaa9a5faa4e95c14cbacdff7aad853237a9faabc7 /app/Functions/Functions.php
parent668801ab800aaf10d806a82578024cbb56457cd8 (diff)
downloadwebtrees-d17d7b9e823bb401ee2dccf56511754e7ccd488e.tar.gz
webtrees-d17d7b9e823bb401ee2dccf56511754e7ccd488e.tar.bz2
webtrees-d17d7b9e823bb401ee2dccf56511754e7ccd488e.zip
PHPdoc
Diffstat (limited to 'app/Functions/Functions.php')
-rw-r--r--app/Functions/Functions.php4
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
*/