diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-12-10 18:12:33 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-12-10 18:12:33 +0000 |
| commit | b5c8fd7e66957665381ee23f19cf39bda22bc768 (patch) | |
| tree | 96d886b864026df614d32b0ab8cc9ffc24016c9d /app/Services/ChartService.php | |
| parent | 685de0813f1bb9f3e6c25fe9c4ef849706fa4feb (diff) | |
| download | webtrees-b5c8fd7e66957665381ee23f19cf39bda22bc768.tar.gz webtrees-b5c8fd7e66957665381ee23f19cf39bda22bc768.tar.bz2 webtrees-b5c8fd7e66957665381ee23f19cf39bda22bc768.zip | |
PHPdoc
Diffstat (limited to 'app/Services/ChartService.php')
| -rw-r--r-- | app/Services/ChartService.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Services/ChartService.php b/app/Services/ChartService.php index 41c2125b22..6debb0c120 100644 --- a/app/Services/ChartService.php +++ b/app/Services/ChartService.php @@ -34,7 +34,7 @@ class ChartService * @param Individual $individual Start with this individual * @param int $generations Fetch this number of generations * - * @return Collection + * @return Collection<Individual> */ public function sosaStradonitzAncestors(Individual $individual, int $generations): Collection { @@ -75,7 +75,7 @@ class ChartService * @param Individual $individual Start with this individual * @param int $generations Fetch this number of generations * - * @return Collection + * @return Collection<Individual> */ public function descendants(Individual $individual, int $generations): Collection { @@ -98,7 +98,7 @@ class ChartService * @param Individual $individual Start with this individual * @param int $generations Fetch this number of generations * - * @return Collection + * @return Collection<Individual> */ public function descendantFamilies(Individual $individual, int $generations): Collection { |
