From 3444eac80ee208c16d99a5593d1d2651df279a81 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 24 Sep 2014 12:47:59 -0400
Subject: [PATCH] Style fix.

---
 module/VuFind/src/VuFind/Auth/ChoiceAuth.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/VuFind/src/VuFind/Auth/ChoiceAuth.php b/module/VuFind/src/VuFind/Auth/ChoiceAuth.php
index a34988878fe..55171eab003 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
-- 
GitLab