From d062ad50794969a6808f32afbe3010c13dbbc3ec Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 2 Apr 2020 14:26:04 -0400
Subject: [PATCH] php-cs-fixer

---
 module/VuFind/src/VuFind/Search/BrowZine/Results.php     | 3 ---
 module/VuFind/src/VuFind/Search/SolrAuth/Results.php     | 3 ---
 module/VuFind/src/VuFind/Search/SolrReserves/Results.php | 3 ---
 module/VuFind/src/VuFind/Search/SolrWeb/Results.php      | 3 ---
 4 files changed, 12 deletions(-)

diff --git a/module/VuFind/src/VuFind/Search/BrowZine/Results.php b/module/VuFind/src/VuFind/Search/BrowZine/Results.php
index 8b68a1ee035..852828e267f 100644
--- a/module/VuFind/src/VuFind/Search/BrowZine/Results.php
+++ b/module/VuFind/src/VuFind/Search/BrowZine/Results.php
@@ -27,9 +27,6 @@
  */
 namespace VuFind\Search\BrowZine;
 
-use VuFind\Record\Loader;
-use VuFindSearch\Service as SearchService;
-
 /**
  * BrowZine Search Results
  *
diff --git a/module/VuFind/src/VuFind/Search/SolrAuth/Results.php b/module/VuFind/src/VuFind/Search/SolrAuth/Results.php
index 763bcc3dc0d..db720235dcb 100644
--- a/module/VuFind/src/VuFind/Search/SolrAuth/Results.php
+++ b/module/VuFind/src/VuFind/Search/SolrAuth/Results.php
@@ -27,9 +27,6 @@
  */
 namespace VuFind\Search\SolrAuth;
 
-use VuFind\Record\Loader;
-use VuFindSearch\Service as SearchService;
-
 /**
  * Solr Authority Search Parameters
  *
diff --git a/module/VuFind/src/VuFind/Search/SolrReserves/Results.php b/module/VuFind/src/VuFind/Search/SolrReserves/Results.php
index 68d5d4c1342..213a91b76ff 100644
--- a/module/VuFind/src/VuFind/Search/SolrReserves/Results.php
+++ b/module/VuFind/src/VuFind/Search/SolrReserves/Results.php
@@ -28,9 +28,6 @@
  */
 namespace VuFind\Search\SolrReserves;
 
-use VuFind\Record\Loader;
-use VuFindSearch\Service as SearchService;
-
 /**
  * Solr Reserves Search Parameters
  *
diff --git a/module/VuFind/src/VuFind/Search/SolrWeb/Results.php b/module/VuFind/src/VuFind/Search/SolrWeb/Results.php
index a2d3954dc4f..89ceff8f5ef 100644
--- a/module/VuFind/src/VuFind/Search/SolrWeb/Results.php
+++ b/module/VuFind/src/VuFind/Search/SolrWeb/Results.php
@@ -27,9 +27,6 @@
  */
 namespace VuFind\Search\SolrWeb;
 
-use VuFind\Record\Loader;
-use VuFindSearch\Service as SearchService;
-
 /**
  * Solr Web Search Parameters
  *
-- 
GitLab