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

Fix return type hint

parent 262b6c95
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ interface FacetAdapterInterface ...@@ -59,7 +59,7 @@ interface FacetAdapterInterface
/** /**
* Return the request value mapper. * Return the request value mapper.
* *
* @return ValueMapper\ValueMapperInterface * @return ValueMapper\RequestValueMapperInterface
*/ */
public function getRequestValueMapper (); public function getRequestValueMapper ();
} }
\ 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