8000 minor #21082 [Console] fix typo (GrinWay) · symfony/symfony-docs@9bfb805 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bfb805

Browse files
committed
minor #21082 [Console] fix typo (GrinWay)
This PR was merged into the 7.3 branch. Discussion ---------- [Console] fix typo Just a little fix. $ sign before the variable Commits ------- 432f468 Update tree.rst
2 parents 991d5c4 + 432f468 commit 9bfb805

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
@@ -115,7 +115,7 @@ class and adding nodes to it::
115115
$testsNode = new TreeNode('tests/');
116116
$functionalTestsNode = new TreeNode('Functional/');
117117
$testsNode->addChild($functionalTestsNode);
118-
$root->addChild(testsNode);
118+
$root->addChild($testsNode);
119119

120120
$tree = TreeHelper::createTree($io, $root);
121121
$tree->render();

0 commit comments

Comments
 (0)
0