8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0758ac commit 16861e3Copy full SHA for 16861e3
components/console/helpers/tree.rst
@@ -27,11 +27,11 @@ inside your console command::
27
28
use Symfony\Component\Console\Attribute\AsCommand;
29
use Symfony\Component\Console\Command\Command;
30
+ use Symfony\Component\Console\Helper\TreeHelper;
31
+ use Symfony\Component\Console\Helper\TreeNode;
32
use Symfony\Component\Console\Input\InputInterface;
33
use Symfony\Component\Console\Output\OutputInterface;
34
use Symfony\Component\Console\Style\SymfonyStyle;
- use Symfony\Component\Console\Helper\TreeHelper;
- use Symfony\Component\Console\Helper\TreeNode;
35
36
#[AsCommand(name: 'app:some-command', description: '...')]
37
class SomeCommand extends Command
0 commit comments