Skip to content

Commit 6d4979b

Browse files
authored
Merge pull request #1060 from dereuromark/add-command-descriptions
Add missing command description for benchmark
2 parents 017d23b + 3ccd322 commit 6d4979b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Command/BenchmarkCommand.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
*/
3232
class BenchmarkCommand extends Command
3333
{
34+
/**
35+
* @return string
36+
*/
37+
public static function getDescription(): string
38+
{
39+
return 'Benchmark a fully qualified URL.';
40+
}
41+
3442
/**
3543
* The console io
3644
*

0 commit comments

Comments
 (0)