Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 669c782

Browse filesBrowse files
committed
-
1 parent be071ca commit 669c782
Copy full SHA for 669c782

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎components/console/helpers/tree.rst

Copy file name to clipboardExpand all lines: components/console/helpers/tree.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.