Skip to content
Snippets Groups Projects
Commit 18f55bb3 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Correct return comment.

parent 48239ce3
No related merge requests found
...@@ -47,7 +47,7 @@ interface SimilarInterface ...@@ -47,7 +47,7 @@ interface SimilarInterface
* @param string $id Id of record to compare with * @param string $id Id of record to compare with
* @param ParamBag $params Search backend parameters * @param ParamBag $params Search backend parameters
* *
* @return RecordCollectionInterface * @return \VuFindSearch\Response\RecordCollectionInterface
*/ */
public function similar($id, ParamBag $params = null); public function similar($id, ParamBag $params = null);
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment