Skip to content

Commit 8a59c94

Browse files
committed
cs
1 parent 7e3a49b commit 8a59c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/tree.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Manually Creating a Tree
4949

5050
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::
5151

52-
use Symfony\Component\Console\Helper\TreeNode;
5352
use Symfony\Component\Console\Helper\TreeHelper;
53+
use Symfony\Component\Console\Helper\TreeNode;
5454

5555
$node = TreeNode::fromValues([
5656
'Command',

0 commit comments

Comments
 (0)