diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-02-08 14:52:03 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-02-08 19:40:49 +0000 |
| commit | dc270d8cc5085ed29f3f419c99734ddd0960c624 (patch) | |
| tree | c7866b60b56ae044a725e781399ea4514a8d4e4b /resources/views/modules/statistics-chart/other.phtml | |
| parent | b5c9e2c414c03c542672ad19ab2336c93c22ff1c (diff) | |
| download | webtrees-dc270d8cc5085ed29f3f419c99734ddd0960c624.tar.gz webtrees-dc270d8cc5085ed29f3f419c99734ddd0960c624.tar.bz2 webtrees-dc270d8cc5085ed29f3f419c99734ddd0960c624.zip | |
CodeStyle
Diffstat (limited to 'resources/views/modules/statistics-chart/other.phtml')
| -rw-r--r-- | resources/views/modules/statistics-chart/other.phtml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/views/modules/statistics-chart/other.phtml b/resources/views/modules/statistics-chart/other.phtml index fa2e7c24d2..f293d5ddab 100644 --- a/resources/views/modules/statistics-chart/other.phtml +++ b/resources/views/modules/statistics-chart/other.phtml @@ -2,10 +2,12 @@ declare(strict_types=1); -/** @var Statistics $stats */ - use Fisharebest\Webtrees\Statistics; +/** + * @var Statistics $stats + */ + ?> <div class="container pt-3"> |
