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

Fix return type hint

parent f35c6ba9
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ class FacetCollection implements Countable, IteratorAggregate, ParameterProvider
/**
* Return facet by name.
*
* @return FacetDecorator|null
* @return FacetAdapterInterface|null
*/
public function getFacet ($name)
{
......
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