diff --git a/module/VuFind/src/VuFind/Auth/ChoiceAuth.php b/module/VuFind/src/VuFind/Auth/ChoiceAuth.php
index a34988878fefee4626302bc44d3c55d74acce673..55171eab00343b0fbb68aa671d4e0a48bb6db8d7 100644
--- a/module/VuFind/src/VuFind/Auth/ChoiceAuth.php
+++ b/module/VuFind/src/VuFind/Auth/ChoiceAuth.php
@@ -287,8 +287,8 @@ class ChoiceAuth extends AbstractBase
      * loads a User object from the database (e.g. authenticate or create).
      *
      * @param Request $request Request object to check.
-     * @param string  $method the method to proxy
-     * @param array   $params array of params to pass
+     * @param string  $method  the method to proxy
+     * @param array   $params  array of params to pass
      *
      * @throws AuthException
      * @return mixed