diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-02-18 15:53:30 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-02-18 23:31:50 +0000 |
| commit | 5fef3bfa81d4556f7a2fb3cea6c71a6306d21812 (patch) | |
| tree | f8f54eb7b03058973b913df7f2287d2c4cd96df9 /app/Services/ChartService.php | |
| parent | c0ad9daa9e35feb57d13d7754851d670b5a88351 (diff) | |
| download | webtrees-5fef3bfa81d4556f7a2fb3cea6c71a6306d21812.tar.gz webtrees-5fef3bfa81d4556f7a2fb3cea6c71a6306d21812.tar.bz2 webtrees-5fef3bfa81d4556f7a2fb3cea6c71a6306d21812.zip | |
PHPdoc
Diffstat (limited to 'app/Services/ChartService.php')
| -rw-r--r-- | app/Services/ChartService.php | 2 |
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 { |
