diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-10-12 17:24:32 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-10-12 17:24:32 +0100 |
| commit | 09482a558a7989d76059e7f9911605cf836b77ba (patch) | |
| tree | 4e3798a457db33169a72edacf920691f972fe487 /app/Module/TimelineChartModule.php | |
| parent | eaab67460cd3818b1cafc8be2116ca8bb5575706 (diff) | |
| download | webtrees-09482a558a7989d76059e7f9911605cf836b77ba.tar.gz webtrees-09482a558a7989d76059e7f9911605cf836b77ba.tar.bz2 webtrees-09482a558a7989d76059e7f9911605cf836b77ba.zip | |
PHPdoc
Diffstat (limited to 'app/Module/TimelineChartModule.php')
| -rw-r--r-- | app/Module/TimelineChartModule.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Module/TimelineChartModule.php b/app/Module/TimelineChartModule.php index bd1653a258..334090273a 100644 --- a/app/Module/TimelineChartModule.php +++ b/app/Module/TimelineChartModule.php @@ -24,10 +24,10 @@ use Fig\Http\Message\RequestMethodInterface; use Fisharebest\Webtrees\Auth; use Fisharebest\Webtrees\Date\GregorianDate; use Fisharebest\Webtrees\Fact; -use Fisharebest\Webtrees\Registry; use Fisharebest\Webtrees\GedcomRecord; use Fisharebest\Webtrees\I18N; use Fisharebest\Webtrees\Individual; +use Fisharebest\Webtrees\Registry; use Fisharebest\Webtrees\Tree; use Illuminate\Support\Collection; use Psr\Http\Message\ResponseInterface; @@ -254,9 +254,9 @@ class TimelineChartModule extends AbstractModule implements ModuleChartInterface } /** - * @param Tree $tree - * @param array $xrefs - * @param int $scale + * @param Tree $tree + * @param array<string> $xrefs + * @param int $scale * * @return ResponseInterface */ |
