We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53a014 commit 8a7c969Copy full SHA for 8a7c969
Classes/Task/CommandExecutor.php
@@ -39,7 +39,7 @@ public function run(Application $application, InputInterface $input = null, Outp
39
40
public function getTitle(): ?string
41
{
42
- return null;
+ return 'Execute console command';
43
}
44
45
public function getAdditionalInformation(): ?string
0 commit comments