Skip to content
Snippets Groups Projects
Commit b8d2bce2 authored by David Maus's avatar David Maus
Browse files

Fix return type hint

parent 3f557793
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ class FacetValueTree implements ContainerInterface
/**
* Return the root node.
*
* @return Node
* @return FacetValueTreeNode
*/
public function getRootNode ()
{
......@@ -214,4 +214,4 @@ class FacetValueTree implements ContainerInterface
$this->rootNode->sortByValueFunction($sortfunc, $reverse);
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment