Skip to content

Commit 002ab5a

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Fix #36973: Command description consistency Render email once
2 parents 6a81fec + 801fe8d commit 002ab5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ServerDumpCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function configure()
5858

5959
$this
6060
->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')
61+
->setDescription('Start a dump server that collects and displays dumps in a single place')
6262
->setHelp(<<<'EOF'
6363
<info>%command.name%</info> starts a dump server that collects and displays
6464
dumps in a single place for debugging you application:

0 commit comments

Comments
 (0)