diff --git a/src/Node/NodeContainerInterface.php b/src/Node/NodeContainerInterface.php index d387c2a..b6d4b90 100644 --- a/src/Node/NodeContainerInterface.php +++ b/src/Node/NodeContainerInterface.php @@ -24,6 +24,7 @@ interface NodeContainerInterface extends NodeInterface, IteratorAggregate /** * @param string $name + * @return NodeInterface * @throws MissingNodeException If a node doesn't exist in container with name */ public function get($name);