From 5ad80dd66c7ddae546f6d7458d6c6fc6a92e4125 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 31 Oct 2014 13:50:59 -0400
Subject: [PATCH] Style fix.

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

diff --git a/module/VuFind/src/VuFind/Controller/AbstractSearch.php b/module/VuFind/src/VuFind/Controller/AbstractSearch.php
index 79411fbe1c2..05e5363b85b 100644
--- a/module/VuFind/src/VuFind/Controller/AbstractSearch.php
+++ b/module/VuFind/src/VuFind/Controller/AbstractSearch.php
@@ -477,8 +477,8 @@ class AbstractSearch extends AbstractBase
      *
      * @return array
      */
-    protected function getFullDateRangeSettings($savedSearch = false, $config = 'facets',
-        $filter = array()
+    protected function getFullDateRangeSettings($savedSearch = false,
+        $config = 'facets', $filter = array()
     ) {
         $fields = $this->getRangeFieldList($config, 'fullDateRange', $filter);
         return $this->getRangeSettings($fields, 'fulldate', $savedSearch);
-- 
GitLab