We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@return
@mixin
1 parent bacb8a4 commit 67d29f4Copy full SHA for 67d29f4
src/Nodes/AbstractNode.php
@@ -56,7 +56,7 @@ public function __construct(string $name, ?CompoundNode $parent = null)
56
}
57
58
/**
59
- * @return CompoundNode
+ * @return CompoundNode|ObjectNode|ArrayNode
60
*/
61
public function end(): CompoundNode
62
{
0 commit comments