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) {