mirror of
https://github.com/adlawson/php-vfs.git
synced 2024-11-29 00:06:27 +00:00
NodeContainerInterface: added missing @return annotation
This commit is contained in:
parent
610649d759
commit
ce4e2b3a3b
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user