diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-09-06 14:19:38 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-09-06 16:03:38 +0100 |
| commit | 10e0649788c8d7d4974d81c048ca2b225df8f22e (patch) | |
| tree | e8f4c887772aa3e41416d108f46415b5d79974aa /resources/views/modules/google-analytics | |
| parent | bb57cf020a15502710bb777953ca13b884312030 (diff) | |
| download | webtrees-10e0649788c8d7d4974d81c048ca2b225df8f22e.tar.gz webtrees-10e0649788c8d7d4974d81c048ca2b225df8f22e.tar.bz2 webtrees-10e0649788c8d7d4974d81c048ca2b225df8f22e.zip | |
CodeStyle
Diffstat (limited to 'resources/views/modules/google-analytics')
| -rw-r--r-- | resources/views/modules/google-analytics/form.phtml | 2 | ||||
| -rw-r--r-- | resources/views/modules/google-analytics/snippet.phtml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/resources/views/modules/google-analytics/form.phtml b/resources/views/modules/google-analytics/form.phtml index 5f6ffe95f7..eae68599f8 100644 --- a/resources/views/modules/google-analytics/form.phtml +++ b/resources/views/modules/google-analytics/form.phtml @@ -1,5 +1,7 @@ <?php +declare(strict_types=1); + use Fisharebest\Webtrees\I18N; ?> diff --git a/resources/views/modules/google-analytics/snippet.phtml b/resources/views/modules/google-analytics/snippet.phtml index 9ffad36a8c..093f4813c2 100644 --- a/resources/views/modules/google-analytics/snippet.phtml +++ b/resources/views/modules/google-analytics/snippet.phtml @@ -1,5 +1,7 @@ <?php +declare(strict_types=1); + /** * @var object $dimensions */ |
