NodeContainerInterface: added missing @return annotation

This commit is contained in:
Cyril 2016-10-05 10:36:11 +03:00
parent 610649d759
commit ce4e2b3a3b

View File

@ -24,6 +24,7 @@ interface NodeContainerInterface extends NodeInterface, IteratorAggregate
/** /**
* @param string $name * @param string $name
* @return NodeInterface
* @throws MissingNodeException If a node doesn't exist in container with name * @throws MissingNodeException If a node doesn't exist in container with name
*/ */
public function get($name); public function get($name);