From bd1590d40f80b044c8989246769825184d033241 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 21 Nov 2024 21:00:23 +0100 Subject: [PATCH] fix(SetupCheck): remove debug(?) output Signed-off-by: Arthur Schiwon --- lib/SetupChecks/LogErrors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SetupChecks/LogErrors.php b/lib/SetupChecks/LogErrors.php index bfa82b4b..f08cf8af 100644 --- a/lib/SetupChecks/LogErrors.php +++ b/lib/SetupChecks/LogErrors.php @@ -80,7 +80,7 @@ public function run(): SetupResult { return SetupResult::info( $this->l10n->n( '%n warning in the logs since %s', - '%n warnings in the logs since %s'.json_encode($count), + '%n warnings in the logs since %s', $count[self::LEVEL_WARNING], [$this->dateFormatter->formatDateTime($limit)], )