Skip to content

Commit 669c782

Browse files
committed
-
1 parent be071ca commit 669c782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/tree.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ create and render the tree like this::
138138

139139
You can also build part of the tree from an array and then add other nodes::
140140

141-
$node = TreeNode::fromValues($array)
141+
$node = TreeNode::fromValues($array);
142142
$node->addChild('templates');
143143
// ...
144144
$tree = TreeHelper::createTree($io, $node);

0 commit comments

Comments
 (0)