From 58a38613c17b85962f423b3683bcbedbb03d4fdf Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sat, 8 Dec 2018 20:31:49 +0000 Subject: Apply fixes from StyleCI (#2049) --- app/Stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '' . e($key); } else { -- cgit v1.3