From 78660e6b2f71e5bf1c680babb8ac3b13e1554f3f Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 10 Feb 2015 13:33:01 -0500 Subject: [PATCH] Newline cleanup. --- module/VuFind/src/VuFind/Search/EDS/Options.php | 1 - .../src/VuFind/Search/Factory/SolrStatsBackendFactory.php | 2 -- .../VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php | 1 - module/VuFindSearch/Module.php | 2 -- .../VuFindSearch/src/VuFindSearch/Backend/BackendInterface.php | 1 - .../src/VuFindSearch/Backend/Solr/Document/CommitDocument.php | 2 -- .../src/VuFindSearch/Backend/Solr/Document/DeleteDocument.php | 1 - .../src/VuFindSearch/Backend/Solr/Document/OptimizeDocument.php | 2 -- .../src/VuFindSearch/Backend/Solr/Document/UpdateDocument.php | 2 -- .../src/VuFindSearch/Feature/RetrieveBatchInterface.php | 2 -- .../src/VuFindSearch/Response/AbstractRecordCollection.php | 2 -- 11 files changed, 18 deletions(-) diff --git a/module/VuFind/src/VuFind/Search/EDS/Options.php b/module/VuFind/src/VuFind/Search/EDS/Options.php index e71d116610d..4e900dcf7b6 100644 --- a/module/VuFind/src/VuFind/Search/EDS/Options.php +++ b/module/VuFind/src/VuFind/Search/EDS/Options.php @@ -27,7 +27,6 @@ */ namespace VuFind\Search\EDS; - /** * EDS API Options * diff --git a/module/VuFind/src/VuFind/Search/Factory/SolrStatsBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/SolrStatsBackendFactory.php index 0767206d7b3..919cf400f7e 100644 --- a/module/VuFind/src/VuFind/Search/Factory/SolrStatsBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/SolrStatsBackendFactory.php @@ -28,10 +28,8 @@ */ namespace VuFind\Search\Factory; - use VuFindSearch\Backend\Solr\Backend; - /** * Factory for the default SOLR backend. * diff --git a/module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php b/module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php index 52f39d75caa..11b49df3583 100644 --- a/module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php +++ b/module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php @@ -27,7 +27,6 @@ */ namespace VuFind\Search\Solr; - /** * Functions for manipulating facets * diff --git a/module/VuFindSearch/Module.php b/module/VuFindSearch/Module.php index ae7d99a9240..dbea2d1fed9 100644 --- a/module/VuFindSearch/Module.php +++ b/module/VuFindSearch/Module.php @@ -26,10 +26,8 @@ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org */ - namespace VuFindSearch; - /** * ZF2 module definition for the VF2 search service. * diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/BackendInterface.php b/module/VuFindSearch/src/VuFindSearch/Backend/BackendInterface.php index 5c56151bef7..90364fd7dca 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/BackendInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/BackendInterface.php @@ -26,7 +26,6 @@ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org */ - namespace VuFindSearch\Backend; use VuFindSearch\Query\AbstractQuery; diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/CommitDocument.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/CommitDocument.php index 6ddf58dc9c5..826ed5c91d4 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/CommitDocument.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/CommitDocument.php @@ -26,10 +26,8 @@ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org */ - namespace VuFindSearch\Backend\Solr\Document; - use XMLWriter; /** diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/DeleteDocument.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/DeleteDocument.php index 2d2b65aa327..fa931084a27 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/DeleteDocument.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/DeleteDocument.php @@ -26,7 +26,6 @@ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org */ - namespace VuFindSearch\Backend\Solr\Document; use XMLWriter; diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/OptimizeDocument.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/OptimizeDocument.php index fa645eec9e0..fad3a73e23c 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/OptimizeDocument.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/OptimizeDocument.php @@ -26,10 +26,8 @@ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org */ - namespace VuFindSearch\Backend\Solr\Document; - use XMLWriter; /** diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/UpdateDocument.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/UpdateDocument.php index 45ac4431265..5375ef7f818 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/UpdateDocument.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/UpdateDocument.php @@ -26,11 +26,9 @@ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org */ - namespace VuFindSearch\Backend\Solr\Document; use VuFindSearch\Backend\Solr\Record\SerializableRecordInterface; - use SplObjectStorage; use XMLWriter; diff --git a/module/VuFindSearch/src/VuFindSearch/Feature/RetrieveBatchInterface.php b/module/VuFindSearch/src/VuFindSearch/Feature/RetrieveBatchInterface.php index c8ef2b12417..95934966280 100644 --- a/module/VuFindSearch/src/VuFindSearch/Feature/RetrieveBatchInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Feature/RetrieveBatchInterface.php @@ -26,10 +26,8 @@ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org */ - namespace VuFindSearch\Feature; - use VuFindSearch\ParamBag; /** diff --git a/module/VuFindSearch/src/VuFindSearch/Response/AbstractRecordCollection.php b/module/VuFindSearch/src/VuFindSearch/Response/AbstractRecordCollection.php index d7b186b5144..de961972a93 100644 --- a/module/VuFindSearch/src/VuFindSearch/Response/AbstractRecordCollection.php +++ b/module/VuFindSearch/src/VuFindSearch/Response/AbstractRecordCollection.php @@ -26,10 +26,8 @@ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org */ - namespace VuFindSearch\Response; - /** * Abstract record collection (implements some shared low-level functionality). * -- GitLab