We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a81fec + 801fe8d commit 002ab5aCopy full SHA for 002ab5a
Command/ServerDumpCommand.php
@@ -58,7 +58,7 @@ protected function configure()
58
59
$this
60
->addOption('format', null, InputOption::VALUE_REQUIRED, sprintf('The output format (%s)', $availableFormats), 'cli')
61
- ->setDescription('Starts a dump server that collects and displays dumps in a single place')
+ ->setDescription('Start a dump server that collects and displays dumps in a single place')
62
->setHelp(<<<'EOF'
63
<info>%command.name%</info> starts a dump server that collects and displays
64
dumps in a single place for debugging you application:
0 commit comments