Skip to content

Commit 4baa5a8

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Fix #36973: Command description consistency Render email once
2 parents 7664ad9 + 92f40d3 commit 4baa5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/DebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function configure()
6464
new InputOption('show-deprecated', null, InputOption::VALUE_NONE, 'Display deprecated options in form types'),
6565
new InputOption('format', null, InputOption::VALUE_REQUIRED, 'The output format (txt or json)', 'txt'),
6666
])
67-
->setDescription('Displays form type information')
67+
->setDescription('Display form type information')
6868
->setHelp(<<<'EOF'
6969
The <info>%command.name%</info> command displays information about form types.
7070

0 commit comments

Comments
 (0)