From 1c1c33e42bb6bb179da4af3bc7ae57bf7b81d7f9 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 4 Dec 2013 09:05:25 -0500 Subject: [PATCH] Style fix. --- module/VuFind/src/VuFind/Auth/Manager.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/VuFind/src/VuFind/Auth/Manager.php b/module/VuFind/src/VuFind/Auth/Manager.php index 4c8822951b2..b5ba057d133 100644 --- a/module/VuFind/src/VuFind/Auth/Manager.php +++ b/module/VuFind/src/VuFind/Auth/Manager.php @@ -492,6 +492,8 @@ class Manager implements ServiceLocatorAwareInterface * Setter * * @param string $method The auth class to proxy + * + * @return void */ public function setActiveAuthClass($method) { -- GitLab