We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dee53 commit 8183ab1Copy full SHA for 8183ab1
src/Node/NodeInterface.php
@@ -53,7 +53,7 @@ public function remove(NodeInterface ...$node): NodeInterface;
53
/**
54
* Get the children.
55
*
56
- * @return \Traversable<\drupol\phptree\Node\NodeInterface>
+ * @return \Traversable
57
* The children.
58
*/
59
public function children(): \Traversable;
0 commit comments