File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
class LintCommand extends Command
36
36
{
37
37
protected static $ defaultName = 'lint:twig ' ;
38
- protected static $ defaultDescription = 'Lints a template and outputs encountered errors ' ;
38
+ protected static $ defaultDescription = 'Lints a Twig template and outputs encountered errors ' ;
39
39
40
40
private $ twig ;
41
41
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
{
Original file line number Diff line number Diff line change 23
23
final class LintCommand extends BaseLintCommand
24
24
{
25
25
protected static $ defaultName = 'lint:twig ' ;
26
- protected static $ defaultDescription = 'Lints a template and outputs encountered errors ' ;
26
+ protected static $ defaultDescription = 'Lints a Twig template and outputs encountered errors ' ;
27
27
28
28
/**
29
29
* {@inheritdoc}
Original file line number Diff line number Diff line change 31
31
class XliffLintCommand extends Command
32
32
{
33
33
protected static $ defaultName = 'lint:xliff ' ;
34
- protected static $ defaultDescription = 'Lints a XLIFF file and outputs encountered errors ' ;
34
+ protected static $ defaultDescription = 'Lints an XLIFF file and outputs encountered errors ' ;
35
35
36
36
private $ format ;
37
37
<
8827
div class="diff-text-inner"> private $ displayCorrectFiles ;
Original file line number Diff line number Diff line change 33
33
class LintCommand extends Command
34
34
{
35
35
protected static $ defaultName = 'lint:yaml ' ;
36
- protected static $ defaultDescription = 'Lints a file and outputs encountered errors ' ;
36
+ protected static $ defaultDescription = 'Lints a YAML file and outputs encountered errors ' ;
37
37
38
38
private $ parser ;
39
39
private $ format ;
You can’t perform that action at this time.
0 commit comments