Skip to content

Commit 298a08d

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Fix #36973: Command description consistency Render email once
2 parents 7d6ae0c + 3871c72 commit 298a08d

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
@@ -53,7 +53,7 @@ public function __construct(string $name = null, callable $directoryIteratorProv
5353
protected function configure()
5454
{
5555
$this
56-
->setDescription('Lints a file and outputs encountered errors')
56+
->setDescription('Lint a file and outputs encountered errors')
5757
->addArgument('filename', InputArgument::IS_ARRAY, 'A file, a directory or "-" for reading from STDIN')
5858
->addOption('format', null, InputOption::VALUE_REQUIRED, 'The output format', 'txt')
5959
->addOption('parse-tags', null, InputOption::VALUE_NONE, 'Parse custom tags')

0 commit comments

Comments
 (0)