diff options
| author | Greg Roach <fisharebest@gmail.com> | 2018-12-08 20:31:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-08 20:31:49 +0000 |
| commit | 58a38613c17b85962f423b3683bcbedbb03d4fdf (patch) | |
| tree | 67fd26ecb4d1d2d8cfbd0c86f273ef83862a9f0a | |
| parent | 957683265503f0cb47ea6202ffe11bab606ac962 (diff) | |
| download | webtrees-58a38613c17b85962f423b3683bcbedbb03d4fdf.tar.gz webtrees-58a38613c17b85962f423b3683bcbedbb03d4fdf.tar.bz2 webtrees-58a38613c17b85962f423b3683bcbedbb03d4fdf.zip | |
Apply fixes from StyleCI (#2049)
| -rw-r--r-- | app/Stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Stats.php b/app/Stats.php index 8339001245..4a063e333a 100644 --- a/app/Stats.php +++ b/app/Stats.php @@ -5709,7 +5709,7 @@ class Stats case 'nolist': default: - array_walk($nameList, function(int &$value, string $key) use ($show_tot): void { + array_walk($nameList, function (int &$value, string $key) use ($show_tot): void { if ($show_tot) { $value = '<span dir="auto">' . e($key); } else { |
