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 5f383e4 commit 832ef4fCopy full SHA for 832ef4f
Command/YamlLintCommand.php
@@ -24,7 +24,7 @@
24
class YamlLintCommand extends BaseLintCommand
25
{
26
protected static $defaultName = 'lint:yaml';
27
- protected static $defaultDescription = 'Lints a YAML file and outputs encountered errors';
+ protected static $defaultDescription = 'Lint a YAML file and outputs encountered errors';
28
29
public function __construct()
30
0 commit comments