Skip to content

Commit c3853ec

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Fix #36973: Command description consistency Render email once
2 parents 2266894 + 4baa5a8 commit c3853ec

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
@@ -32,7 +32,7 @@
3232
class DebugCommand extends Command
3333
{
3434
protected static $defaultName = 'debug:form';
35-
protected static $defaultDescription = 'Displays form type information';
35+
protected static $defaultDescription = 'Display form type information';
3636

3737
private $formRegistry;
3838
private $namespaces;

0 commit comments

Comments
 (0)