From d48a953372abf86412c7cda04eeb3c3f79786453 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 17 Dec 2012 11:31:57 -0500
Subject: [PATCH] Style fixes.

---
 module/VuFind/src/VuFind/Search/Solr/Results.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/module/VuFind/src/VuFind/Search/Solr/Results.php b/module/VuFind/src/VuFind/Search/Solr/Results.php
index d506706e74e..d8cd2aecf89 100644
--- a/module/VuFind/src/VuFind/Search/Solr/Results.php
+++ b/module/VuFind/src/VuFind/Search/Solr/Results.php
@@ -546,8 +546,8 @@ class Results extends BaseResults
     /**
      * Get complete facet counts for several index fields
      *
-     * @param array $facetfields  name of the Solr fields to return facets for
-     * @param bool  $removeFilter Clear existing filters from selected fields (true)
+     * @param array  $facetfields  name of the Solr fields to return facets for
+     * @param bool   $removeFilter Clear existing filters from selected fields (true)
      * or retain them (false)?
      * @param int    $limit        A limit for the number of facets returned, this
      * may be useful for very large amounts of facets that can break the JSON parse
@@ -556,8 +556,8 @@ class Results extends BaseResults
      *
      * @return array an array with the facet values for each index field
      */
-    public function getFullFieldFacets($facetfields, $removeFilter = true, $limit = -1,
-        $facetSort = null
+    public function getFullFieldFacets($facetfields, $removeFilter = true,
+        $limit = -1, $facetSort = null
     ) {
         $clone = clone($this);
         $params = $clone->getParams();
-- 
GitLab