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 2525class XliffLintCommand extends BaseLintCommand
2626{
2727 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 ' ;
2929
3030 public function __construct ()
3131 {
Original file line number Diff line number Diff line change 2424class YamlLintCommand extends BaseLintCommand
2525{
2626 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 ' ;
2828
2929 public function __construct ()
3030 {
You can’t perform that action at this time.
0 commit comments