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 *