diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-11-16 17:19:41 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-11-18 09:29:38 +0000 |
| commit | 188adf120e62d2eabdbca51471dc25e2a73d004d (patch) | |
| tree | 5a204fbeb3d9e51d7afe86bf0712f8397377e2e1 /app/Fact.php | |
| parent | 15233e9c8d63b8bfc5a6688265299e53594b1ca8 (diff) | |
| download | webtrees-188adf120e62d2eabdbca51471dc25e2a73d004d.tar.gz webtrees-188adf120e62d2eabdbca51471dc25e2a73d004d.tar.bz2 webtrees-188adf120e62d2eabdbca51471dc25e2a73d004d.zip | |
PHPdoc
Diffstat (limited to 'app/Fact.php')
| -rw-r--r-- | app/Fact.php | 2 |
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() { |
