8000 order use statements alphabetically · symfony/symfony-docs@16861e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16861e3

Browse files
committed
order use statements alphabetically
1 parent a0758ac commit 16861e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console/helpers/tree.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ inside your console command::
2727

2828
use Symfony\Component\Console\Attribute\AsCommand;
2929
use Symfony\Component\Console\Command\Command;
30+
use Symfony\Component\Console\Helper\TreeHelper;
31+
use Symfony\Component\Console\Helper\TreeNode;
3032
use Symfony\Component\Console\Input\InputInterface;
3133
use Symfony\Component\Console\Output\OutputInterface;
3234
use Symfony\Component\Console\Style\SymfonyStyle;
33-
use Symfony\Component\Console\Helper\TreeHelper;
34-
use Symfony\Component\Console\Helper\TreeNode;
3535

3636
#[AsCommand(name: 'app:some-command', description: '...')]
3737
class SomeCommand extends Command

0 commit comments

Comments
 (0)
0