Skip to content

Commit 8cbf13f

Browse files
Review feedback changes.
1 parent 4b2c0d9 commit 8cbf13f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/CompletionCommand.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ class CompletionCommand extends SymfonyCommand
1515
*/
1616
protected $handler;
1717

18-
/**
19-
* Bash completion command description.
20-
*/
21-
protected static $defaultDescription = 'BASH completion hook.';
2218

2319
protected function configure()
2420
{
2521
$this
2622
->setName('_completion')
23+
->setDefinition($this->createDefinition())
24+
->setDescription('BASH completion hook.')
2725
->setHelp(<<<END
2826
To enable BASH completion, run:
2927

0 commit comments

Comments
 (0)