summaryrefslogtreecommitdiff
path: root/resources/views/modules/source-list
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-02-09 13:05:04 +0000
committerGreg Roach <greg@subaqua.co.uk>2021-02-10 13:40:07 +0000
commit7c2c99fad7cacd17c98be88238ff735d82c6351b (patch)
tree9a74e5aa59b34f9b0ab7d26d932c9c47f723d950 /resources/views/modules/source-list
parentffa287a19fafea25bbc582320a3dfed9051b21ab (diff)
downloadwebtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.tar.gz
webtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.tar.bz2
webtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.zip
CodeStyle
Diffstat (limited to 'resources/views/modules/source-list')
-rw-r--r--resources/views/modules/source-list/page.phtml13
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/views/modules/source-list/page.phtml b/resources/views/modules/source-list/page.phtml
index 146fb1ef6e..70fa0d7113 100644
--- a/resources/views/modules/source-list/page.phtml
+++ b/resources/views/modules/source-list/page.phtml
@@ -1,3 +1,16 @@
+<?php
+
+use Fisharebest\Webtrees\Source;
+use Fisharebest\Webtrees\Tree;
+use Illuminate\Support\Collection;
+
+/**
+ * @var Collection<Source> $sources
+ * @var string $title
+ * @var Tree $tree
+ */
+
+?>
<h2 class="wt-page-title">
<?= $title ?>
</h2>