Skip to content

Commit 3871c72

Browse files
committed
Fix #36973: Command description consistency
1 parent 29e6130 commit 3871c72

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)