summaryrefslogtreecommitdiff
path: root/app/Family.php
diff options
context:
space:
mode:
authorRico Sonntag <rico.sonntag@netresearch.de>2018-09-05 12:46:46 +0200
committerGreg Roach <fisharebest@webtrees.net>2018-09-13 14:34:47 +0100
commite93111ad088421c767e282815c5e04324ddea15e (patch)
treefa81501aea4615ba506cfd71a016c5d584592381 /app/Family.php
parentfca0ed90c4ec927652b93768245ed1ac056450a4 (diff)
downloadwebtrees-e93111ad088421c767e282815c5e04324ddea15e.tar.gz
webtrees-e93111ad088421c767e282815c5e04324ddea15e.tar.bz2
webtrees-e93111ad088421c767e282815c5e04324ddea15e.zip
Fixed invalid docblocks
Diffstat (limited to 'app/Family.php')
-rw-r--r--app/Family.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Family.php b/app/Family.php
index 8a6d71599b..ed6f0382b2 100644
--- a/app/Family.php
+++ b/app/Family.php
@@ -132,7 +132,7 @@ class Family extends GedcomRecord
/**
* Get the male (or first female) partner of the family
*
- * @param $access_level int|null
+ * @param int|null $access_level
*
* @return Individual|null
*/
@@ -150,7 +150,7 @@ class Family extends GedcomRecord
/**
* Get the female (or second male) partner of the family
*
- * @param $access_level int|null
+ * @param int|null $access_level
*
* @return Individual|null
*/