Skip to content

Commit dbbf78f

Browse files
authored
Removed not needed use statements
1 parent f72237d commit dbbf78f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/console/single_command_tool.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ Of course, you can still register a command as usual::
4040
require __DIR__.'/vendor/autoload.php';
4141

4242
use Symfony\Component\Console\Application;
43-
use Symfony\Component\Console\Input\InputArgument;
44-
use Symfony\Component\Console\Input\InputInterface;
45-
use Symfony\Component\Console\Input\InputOption;
46-
use Symfony\Component\Console\Output\OutputInterface;
4743

4844
use Acme\Command\DefaultCommand;
4945

0 commit comments

Comments
 (0)