8000 merged branch richardmiller/fixing_twig_lint_description (PR #5523) · romainneutron/symfony@9993b86 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9993b86

Browse files
committed
merged branch richardmiller/fixing_twig_lint_description (PR symfony#5523)
Commits ------- 2bcb6f2 Fixing incorrect word in twig:lint command description Discussion ---------- [TwigBundle} Fixing incorrect word in twig:lint command description
2 parents 846df26 + 2bcb6f2 commit 9993b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Command/LintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected function configure()
2727
{
2828
$this
2929
->setName('twig:lint')
30-
->setDescription('Lints a template and outputs eventual errors')
30+
->setDescription('Lints a template and outputs encountered errors')
3131
->addArgument('filename')
3232
->setHelp(<<<EOF
3333
The <info>%command.name%</info> command lints a template and outputs to stdout

0 commit comments

Comments
 (0)
0