We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74015b8 + b72b7b3 commit 5606fc7Copy full SHA for 5606fc7
src/CompletionCommand.php
@@ -2,7 +2,6 @@
2
3
namespace Stecman\Component\Symfony\Console\BashCompletion;
4
5
-use Stecman\Component\Symfony\Console\BashCompletion\CompletionHandler;
6
use Symfony\Component\Console\Command\Command as SymfonyCommand;
7
use Symfony\Component\Console\Input\InputInterface;
8
use Symfony\Component\Console\Input\InputOption;
@@ -63,4 +62,4 @@ protected function runCompletion()
63
62
return $this->handler->runCompletion();
64
}
65
66
-}
+}
0 commit comments