Skip to content

Commit b72b7b3

Browse files
author
Tomáš Votruba
committed
Removed redundant namespace
1 parent 74015b8 commit b72b7b3

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)