diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-02-18 13:56:15 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-02-18 14:23:58 +0000 |
| commit | 36779af1bd0601de7819554b13a393f6edb92507 (patch) | |
| tree | 5b3d1507c1c7ef8cb5d790a6a25033c4651caca1 /resources/views/family-page.phtml | |
| parent | 7b0d562e1536c7d515bfdb12e13250a94005b418 (diff) | |
| download | webtrees-36779af1bd0601de7819554b13a393f6edb92507.tar.gz webtrees-36779af1bd0601de7819554b13a393f6edb92507.tar.bz2 webtrees-36779af1bd0601de7819554b13a393f6edb92507.zip | |
PHPdoc
Diffstat (limited to 'resources/views/family-page.phtml')
| -rw-r--r-- | resources/views/family-page.phtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/views/family-page.phtml b/resources/views/family-page.phtml index b2b18df9ec..5807fdaf55 100644 --- a/resources/views/family-page.phtml +++ b/resources/views/family-page.phtml @@ -6,10 +6,10 @@ use Fisharebest\Webtrees\I18N; use Illuminate\Support\Collection; /** - * @var bool $can_upload_media - * @var Collection<Fact> $clipboard_facts - * @var Collection<Fact> $facts - * @var Family $record + * @var bool $can_upload_media + * @var Collection<int,Fact> $clipboard_facts + * @var Collection<int,Fact> $facts + * @var Family $record */ ?> |
