Skip to content

Commit 8183ab1

Browse files
committed
Fix documentation.
1 parent 41dee53 commit 8183ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node/NodeInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function remove(NodeInterface ...$node): NodeInterface;
5353
/**
5454
* Get the children.
5555
*
56-
* @return \Traversable<\drupol\phptree\Node\NodeInterface>
56+
* @return \Traversable
5757
* The children.
5858
*/
5959
public function children(): \Traversable;

0 commit comments

Comments
 (0)