diff options
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 */ ?> |
