Skip to content

Commit 0887a2c

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Fix #36973: Command description consistency Render email once
2 parents 5fb6f09 + 298a08d commit 0887a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/LintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
class LintCommand extends Command
3434
{
3535
protected static $defaultName = 'lint:yaml';
36-
protected static $defaultDescription = 'Lints a YAML file and outputs encountered errors';
36+
protected static $defaultDescription = 'Lint a YAML file and outputs encountered errors';
3737

3838
private $parser;
3939
private $format;

0 commit comments

Comments
 (0)