We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e6130 commit 3871c72Copy full SHA for 3871c72
Command/LintCommand.php
@@ -53,7 +53,7 @@ public function __construct(string $name = null, callable $directoryIteratorProv
53
protected function configure()
54
{
55
$this
56
- ->setDescription('Lints a file and outputs encountered errors')
+ ->setDescription('Lint a file and outputs encountered errors')
57
->addArgument('filename', InputArgument::IS_ARRAY, 'A file, a directory or "-" for reading from STDIN')
58
->addOption('format', null, InputOption::VALUE_REQUIRED, 'The output format', 'txt')
59
->addOption('parse-tags', null, InputOption::VALUE_NONE, 'Parse custom tags')
0 commit comments