summaryrefslogtreecommitdiff
path: root/app/Stats.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Stats.php')
-rw-r--r--app/Stats.php2
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 {