Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 28, 2018
1 parent 41dee53 commit 8183ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Node/NodeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function remove(NodeInterface ...$node): NodeInterface;
/**
* Get the children.
*
* @return \Traversable<\drupol\phptree\Node\NodeInterface>
* @return \Traversable
* The children.
*/
public function children(): \Traversable;
Expand Down

0 comments on commit 8183ab1

Please sign in to comment.