summaryrefslogtreecommitdiff
path: root/app/Fact.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-11-16 17:19:41 +0000
committerGreg Roach <fisharebest@webtrees.net>2018-11-18 09:29:38 +0000
commit188adf120e62d2eabdbca51471dc25e2a73d004d (patch)
tree5a204fbeb3d9e51d7afe86bf0712f8397377e2e1 /app/Fact.php
parent15233e9c8d63b8bfc5a6688265299e53594b1ca8 (diff)
downloadwebtrees-188adf120e62d2eabdbca51471dc25e2a73d004d.tar.gz
webtrees-188adf120e62d2eabdbca51471dc25e2a73d004d.tar.bz2
webtrees-188adf120e62d2eabdbca51471dc25e2a73d004d.zip
PHPdoc
Diffstat (limited to 'app/Fact.php')
-rw-r--r--app/Fact.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Fact.php b/app/Fact.php
index 364401a30e..ef063e20f0 100644
--- a/app/Fact.php
+++ b/app/Fact.php
@@ -199,7 +199,7 @@ class Fact
/**
* Get the record to which this fact links
*
- * @return Individual|Family|Source|Repository|Media|Note|null
+ * @return Individual|Family|Source|Repository|Media|Note|GedcomRecord|null
*/
public function target()
{