From cbf0307aed9879674ce8921857a0ac746a852a8b Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 13 Dec 2012 11:34:14 -0500 Subject: [PATCH] Fixed comment. --- module/VuFind/src/VuFind/Search/Base/Params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Search/Base/Params.php b/module/VuFind/src/VuFind/Search/Base/Params.php index 03a3f5dc72c..1305d40d4eb 100644 --- a/module/VuFind/src/VuFind/Search/Base/Params.php +++ b/module/VuFind/src/VuFind/Search/Base/Params.php @@ -144,7 +144,7 @@ class Params implements ServiceLocatorAwareInterface * @param \Zend\StdLib\Parameters $request Parameter object representing user * request. * - * @return string + * @return void */ public function initFromRequest($request) { -- GitLab