diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Followup.php b/module/VuFind/src/VuFind/Controller/Plugin/Followup.php
index 16e0c2c5099c5ab523329ef3a343082bdd952933..27a95209af075ac68030af9da7d389726eaaaecc 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)
     {