Skip to content

Commit 7b0da67

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Update tree.rst
2 parents 26c7f80 + ff71daa commit 7b0da67

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)