diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-12-03 15:46:03 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-12-03 17:40:14 +0000 |
| commit | d70512ab02636ee884ef6d7907223ed02c754ff5 (patch) | |
| tree | 1b5a9a0e229b428955e9b2fad81142c62f2dc554 /resources/views/modules/statistics-chart/other.phtml | |
| parent | 69100c6d2f376ba137a90d02f7e41a8ae5929352 (diff) | |
| download | webtrees-d70512ab02636ee884ef6d7907223ed02c754ff5.tar.gz webtrees-d70512ab02636ee884ef6d7907223ed02c754ff5.tar.bz2 webtrees-d70512ab02636ee884ef6d7907223ed02c754ff5.zip | |
Apply PSR12 code style to templates
Diffstat (limited to 'resources/views/modules/statistics-chart/other.phtml')
| -rw-r--r-- | resources/views/modules/statistics-chart/other.phtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/views/modules/statistics-chart/other.phtml b/resources/views/modules/statistics-chart/other.phtml index 0bfeab8305..fa2e7c24d2 100644 --- a/resources/views/modules/statistics-chart/other.phtml +++ b/resources/views/modules/statistics-chart/other.phtml @@ -1,9 +1,12 @@ <?php + declare(strict_types=1); /** @var Statistics $stats */ -use Fisharebest\Webtrees\Statistics; ?> +use Fisharebest\Webtrees\Statistics; + +?> <div class="container pt-3"> <?= view('statistics/other/total-records', ['stats' => $stats]) ?> |
