From 3d38b14eb0ebc22b968e901c780dc3828e6fadee Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 12 Jun 2018 15:13:50 -0400 Subject: [PATCH] Style fix. --- module/VuFind/src/VuFind/Controller/AbstractSolrSearch.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module/VuFind/src/VuFind/Controller/AbstractSolrSearch.php b/module/VuFind/src/VuFind/Controller/AbstractSolrSearch.php index c35fe3598ae..9aa07b0910b 100644 --- a/module/VuFind/src/VuFind/Controller/AbstractSolrSearch.php +++ b/module/VuFind/src/VuFind/Controller/AbstractSolrSearch.php @@ -124,8 +124,7 @@ class AbstractSolrSearch extends AbstractSearch */ protected function processAdvancedFacets($facetList, $searchObject = false, $hierarchicalFacets = [] - ) - { + ) { // Process the facets $facetHelper = null; if (!empty($hierarchicalFacets)) { -- GitLab