Skip to content

Commit 5606fc7

Browse files
committed
Merge pull request #3 from TomasVotruba/patch-1
Removed unused class import
2 parents 74015b8 + b72b7b3 commit 5606fc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/CompletionCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Stecman\Component\Symfony\Console\BashCompletion;
44

5-
use Stecman\Component\Symfony\Console\BashCompletion\CompletionHandler;
65
use Symfony\Component\Console\Command\Command as SymfonyCommand;
76
use Symfony\Component\Console\Input\InputInterface;
87
use Symfony\Component\Console\Input\InputOption;
@@ -63,4 +62,4 @@ protected function runCompletion()
6362
return $this->handler->runCompletion();
6463
}
6564

66-
}
65+
}

0 commit comments

Comments
 (0)