File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
class XliffLintCommand extends BaseLintCommand
26
26
{
27
27
protected static $ defaultName = 'lint:xliff ' ;
28
- protected static $ defaultDescription = 'Lints a XLIFF file and outputs encountered errors ' ;
28
+ protected static $ defaultDescription = 'Lints an XLIFF file and outputs encountered errors ' ;
29
29
30
30
public function __construct ()
31
31
{
Original file line number Diff line number Diff line change 24
24
class YamlLintCommand extends BaseLintCommand
25
25
{
26
26
protected static $ defaultName = 'lint:yaml ' ;
27
- protected static $ defaultDescription = 'Lints a file and outputs encountered errors ' ;
27
+ protected static $ defaultDescription = 'Lints a YAML file and outputs encountered errors ' ;
28
28
29
29
public function __construct ()
30
30
{
You can’t perform that action at this time.
0 commit comments