From 3129e5bb2003aa7bd84abca55d039b8f4b32ef54 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 9 Oct 2018 11:35:30 -0400 Subject: [PATCH] Style / whitespace cleanup. --- config/vufind/config.ini | 4 ++-- module/VuFindApi/src/VuFindApi/Controller/Factory.php | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/vufind/config.ini b/config/vufind/config.ini index ceea0595542..570828c4950 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -335,7 +335,7 @@ title_level_holds_mode = "disabled" ;method = LDAP ;method = ILS method = Database -;method = AlmaDatabase +;method = AlmaDatabase ;method = Shibboleth ;method = SIP2 ;method = CAS @@ -407,7 +407,7 @@ ils_encryption_key = false ; Uncomment this line to switch on "privacy mode" in which no user information ; will be stored in the database. Note that this is incompatible with social ; features, password resets, and many other features. It is not recommended for -; use with "Database" or "AlmaDatabase" authentication, since the user will be +; use with "Database" or "AlmaDatabase" authentication, since the user will be ; forced to create a new account upon every login. ;privacy = true diff --git a/module/VuFindApi/src/VuFindApi/Controller/Factory.php b/module/VuFindApi/src/VuFindApi/Controller/Factory.php index 970b5ee254c..784099af9c8 100644 --- a/module/VuFindApi/src/VuFindApi/Controller/Factory.php +++ b/module/VuFindApi/src/VuFindApi/Controller/Factory.php @@ -27,7 +27,6 @@ */ namespace VuFindApi\Controller; -use VuFindApi\Formatter\FacetFormatter; use Zend\ServiceManager\ServiceManager; /** -- GitLab