From c7315aa10f6e49f3b9ec23a78e81a7fa31e3641f Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 11 Sep 2025 16:35:11 +0200 Subject: [PATCH] fix(console): remove trailing comma Signed-off-by: Carl Schwan --- console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.php b/console.php index 8a1f67be7ca..10de07dd489 100644 --- a/console.php +++ b/console.php @@ -105,7 +105,7 @@ try { 'profiler' => 'db', 'token' => $profile->getToken(), ]); - $output->getErrorOutput()->writeln('Profiler output available at ' . $url, ); + $output->getErrorOutput()->writeln('Profiler output available at ' . $url); } if ($exitCode > 255) {