From e712ee088c54e2143c42422016ff62c52cbd1e89 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 9 Oct 2014 11:59:49 -0400 Subject: [PATCH] Style fix. --- module/VuFind/src/VuFind/Controller/Plugin/Followup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Followup.php b/module/VuFind/src/VuFind/Controller/Plugin/Followup.php index 16e0c2c5099..27a95209af0 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Followup.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Followup.php @@ -58,9 +58,9 @@ class Followup extends AbstractPlugin /** * Clear an element of the stored followup information. * - * @param string $key Element to clear. + * @param string $key Element to clear. * - * @return bool True if cleared, false if never set. + * @return bool True if cleared, false if never set. */ public function clear($key) { -- GitLab