Skip to content

Commit beb3f7b

Browse files
Removed blank line and sorted imports
1 parent dbbf78f commit beb3f7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/console/single_command_tool.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ Of course, you can still register a command as usual::
3939
<?php
4040
require __DIR__.'/vendor/autoload.php';
4141

42-
use Symfony\Component\Console\Application;
43-
4442
use Acme\Command\DefaultCommand;
43+
use Symfony\Component\Console\Application;
4544

4645
$application = new Application('echo', '1.0.0');
4746
$command = new DefaultCommand();

0 commit comments

Comments
 (0)