summaryrefslogtreecommitdiff
path: root/resources/views/modules/GEDFact_assistant
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/GEDFact_assistant
parentffa287a19fafea25bbc582320a3dfed9051b21ab (diff)
downloadwebtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.tar.gz
webtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.tar.bz2
webtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.zip
CodeStyle
Diffstat (limited to 'resources/views/modules/GEDFact_assistant')
-rw-r--r--resources/views/modules/GEDFact_assistant/select-census.phtml7
1 files changed, 6 insertions, 1 deletions
diff --git a/resources/views/modules/GEDFact_assistant/select-census.phtml b/resources/views/modules/GEDFact_assistant/select-census.phtml
index 0231fb3b31..7a239a0bbc 100644
--- a/resources/views/modules/GEDFact_assistant/select-census.phtml
+++ b/resources/views/modules/GEDFact_assistant/select-census.phtml
@@ -1,9 +1,14 @@
<?php
+use Fisharebest\Webtrees\Census\CensusPlaceInterface;
use Fisharebest\Webtrees\Date;
+use Fisharebest\Webtrees\I18N;
+
+/**
+ * @var array<CensusPlaceInterface> $census_places
+ */
?>
-<?php use Fisharebest\Webtrees\I18N; ?>
<script>
function selectCensus(el) {