From 3ccd322d34b9acdbc89fe224a5f1521ce351b498 Mon Sep 17 00:00:00 2001 From: mscherer Date: Sun, 4 Jan 2026 03:05:01 +0100 Subject: [PATCH] Add missing command description for benchmark --- src/Command/BenchmarkCommand.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Command/BenchmarkCommand.php b/src/Command/BenchmarkCommand.php index c005bbea9..ec9432b4b 100644 --- a/src/Command/BenchmarkCommand.php +++ b/src/Command/BenchmarkCommand.php @@ -31,6 +31,14 @@ */ class BenchmarkCommand extends Command { + /** + * @return string + */ + public static function getDescription(): string + { + return 'Benchmark a fully qualified URL.'; + } + /** * The console io *