From 1ee7ac1ce528591571f72313dee90d27e31045c8 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 12 Jun 2015 09:12:14 -0400
Subject: [PATCH] php-cs-fixer

---
 module/VuFind/src/VuFind/Controller/CombinedController.php | 1 -
 module/VuFind/src/VuFind/Search/Base/Results.php           | 1 -
 module/VuFind/src/VuFind/Search/SearchRunner.php           | 1 -
 3 files changed, 3 deletions(-)

diff --git a/module/VuFind/src/VuFind/Controller/CombinedController.php b/module/VuFind/src/VuFind/Controller/CombinedController.php
index 7c533f39f91..dd0fa333d0b 100644
--- a/module/VuFind/src/VuFind/Controller/CombinedController.php
+++ b/module/VuFind/src/VuFind/Controller/CombinedController.php
@@ -26,7 +26,6 @@
  * @link     http://vufind.org   Main Site
  */
 namespace VuFind\Controller;
-use Zend\Stdlib\Parameters;
 
 /**
  * Redirects the user to the appropriate default VuFind action.
diff --git a/module/VuFind/src/VuFind/Search/Base/Results.php b/module/VuFind/src/VuFind/Search/Base/Results.php
index 4f9287cac4c..d40ac67f341 100644
--- a/module/VuFind/src/VuFind/Search/Base/Results.php
+++ b/module/VuFind/src/VuFind/Search/Base/Results.php
@@ -490,7 +490,6 @@ abstract class Results implements ServiceLocatorAwareInterface
         $this->resultTotal = $minified->r;
     }
 
-
     /**
      * Get an array of recommendation objects for augmenting the results display.
      *
diff --git a/module/VuFind/src/VuFind/Search/SearchRunner.php b/module/VuFind/src/VuFind/Search/SearchRunner.php
index 5c794c0a5a2..26284d190d7 100644
--- a/module/VuFind/src/VuFind/Search/SearchRunner.php
+++ b/module/VuFind/src/VuFind/Search/SearchRunner.php
@@ -29,7 +29,6 @@ namespace VuFind\Search;
 use VuFind\Search\Results\PluginManager as ResultsManager;
 use Zend\EventManager\EventManagerInterface;
 use Zend\EventManager\EventManager;
-use Zend\ServiceManager\ServiceManager;
 use Zend\Stdlib\Parameters;
 
 /**
-- 
GitLab