We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3a49b commit 8a59c94Copy full SHA for 8a59c94
components/console/helpers/tree.rst
@@ -49,8 +49,8 @@ Manually Creating a Tree
49
50
You can manually create a tree by creating a new instance of the :class:`Symfony\\Component\\Console\\Helper\\Tree` class and adding nodes to it::
51
52
- use Symfony\Component\Console\Helper\TreeNode;
53
use Symfony\Component\Console\Helper\TreeHelper;
+ use Symfony\Component\Console\Helper\TreeNode;
54
55
$node = TreeNode::fromValues([
56
'Command',
0 commit comments