summaryrefslogtreecommitdiff
path: root/app/Services/ChartService.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-02-18 15:53:30 +0000
committerGreg Roach <greg@subaqua.co.uk>2022-02-18 23:31:50 +0000
commit5fef3bfa81d4556f7a2fb3cea6c71a6306d21812 (patch)
treef8f54eb7b03058973b913df7f2287d2c4cd96df9 /app/Services/ChartService.php
parentc0ad9daa9e35feb57d13d7754851d670b5a88351 (diff)
downloadwebtrees-5fef3bfa81d4556f7a2fb3cea6c71a6306d21812.tar.gz
webtrees-5fef3bfa81d4556f7a2fb3cea6c71a6306d21812.tar.bz2
webtrees-5fef3bfa81d4556f7a2fb3cea6c71a6306d21812.zip
PHPdoc
Diffstat (limited to 'app/Services/ChartService.php')
-rw-r--r--app/Services/ChartService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Services/ChartService.php b/app/Services/ChartService.php
index e4a06b76dd..9f5ba5ce0f 100644
--- a/app/Services/ChartService.php
+++ b/app/Services/ChartService.php
@@ -100,7 +100,7 @@ class ChartService
* @param Individual $individual Start with this individual
* @param int $generations Fetch this number of generations
*
- * @return Collection<int,Individual>
+ * @return Collection<int,Family>
*/
public function descendantFamilies(Individual $individual, int $generations): Collection
{