From b0f9076efe507657c39ad22eda2868fb63b1744f Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 10 Feb 2015 14:17:10 -0500 Subject: [PATCH] php-cs-fixer: extra_empty_lines --- module/VuDL/src/VuDL/OutlineGenerator.php | 1 - module/VuFind/src/VuFind/Controller/CartController.php | 1 - module/VuFind/src/VuFind/Controller/EdsController.php | 2 -- module/VuFind/src/VuFind/Controller/EdsrecordController.php | 1 - module/VuFind/src/VuFind/Controller/SearchController.php | 1 - module/VuFind/src/VuFind/Db/Row/User.php | 1 - module/VuFind/src/VuFind/Db/Table/ResourceTags.php | 1 - module/VuFind/src/VuFind/Db/Table/Search.php | 1 - module/VuFind/src/VuFind/Db/Table/UserResource.php | 1 - module/VuFind/src/VuFind/Db/Table/UserStatsFields.php | 1 - module/VuFind/src/VuFind/ILS/Connection.php | 1 - module/VuFind/src/VuFind/ILS/Driver/Amicus.php | 2 -- module/VuFind/src/VuFind/ILS/Driver/Evergreen.php | 2 -- module/VuFind/src/VuFind/ILS/Driver/Horizon.php | 2 -- module/VuFind/src/VuFind/ILS/Driver/NoILS.php | 1 - module/VuFind/src/VuFind/ILS/Driver/PICA.php | 2 -- module/VuFind/src/VuFind/ILS/Driver/Sierra.php | 1 - module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php | 2 -- module/VuFind/src/VuFind/RecordDriver/EDS.php | 1 - module/VuFind/src/VuFind/RecordDriver/EIT.php | 1 - module/VuFind/src/VuFind/Resolver/Driver/Ezb.php | 1 - module/VuFind/src/VuFind/Resolver/Driver/Threesixtylink.php | 1 - module/VuFind/src/VuFind/Search/EDS/Options.php | 2 -- module/VuFind/src/VuFind/Search/EDS/Params.php | 4 ---- module/VuFind/src/VuFind/Search/EDS/Results.php | 1 - .../src/VuFind/Search/Factory/SolrDefaultBackendFactory.php | 2 -- module/VuFind/src/VuFind/Search/Solr/SpellingProcessor.php | 1 - .../unit-tests/src/VuFindTest/ILS/Driver/MultiBackendTest.php | 3 --- .../src/VuFindTest/Recommend/RandomRecommendTest.php | 1 - .../VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php | 1 - module/VuFindSearch/src/VuFindSearch/Backend/EDS/Backend.php | 1 - module/VuFindSearch/src/VuFindSearch/Backend/EDS/Base.php | 1 - .../VuFindSearch/src/VuFindSearch/Backend/EDS/Exception.php | 1 - .../src/VuFindSearch/Backend/EDS/QueryBuilder.php | 1 - .../VuFindSearch/Backend/EDS/Response/RecordCollection.php | 2 -- .../VuFindSearch/src/VuFindSearch/Backend/Primo/Connector.php | 1 - 36 files changed, 50 deletions(-) diff --git a/module/VuDL/src/VuDL/OutlineGenerator.php b/module/VuDL/src/VuDL/OutlineGenerator.php index ce1f47f044c..d52012d5233 100644 --- a/module/VuDL/src/VuDL/OutlineGenerator.php +++ b/module/VuDL/src/VuDL/OutlineGenerator.php @@ -105,7 +105,6 @@ class OutlineGenerator $this->cache = $cache; } - /** * Compares the cache date against a given date. If given date is newer, * return false in order to refresh cache. Else return cache! diff --git a/module/VuFind/src/VuFind/Controller/CartController.php b/module/VuFind/src/VuFind/Controller/CartController.php index 4072ffbcd26..62fcfac5c34 100644 --- a/module/VuFind/src/VuFind/Controller/CartController.php +++ b/module/VuFind/src/VuFind/Controller/CartController.php @@ -341,7 +341,6 @@ class CartController extends AbstractBase $response = $this->getResponse(); $response->getHeaders()->addHeaders($this->getExport()->getHeaders($format)); - // Actually export the records $records = $this->getRecordLoader()->loadBatch($ids); $recordHelper = $this->getViewRenderer()->plugin('record'); diff --git a/module/VuFind/src/VuFind/Controller/EdsController.php b/module/VuFind/src/VuFind/Controller/EdsController.php index 5838d5ea76d..8b5b2d11bc7 100644 --- a/module/VuFind/src/VuFind/Controller/EdsController.php +++ b/module/VuFind/src/VuFind/Controller/EdsController.php @@ -103,7 +103,6 @@ class EdsController extends AbstractSearch return $this->resultsAction(); } - /** * Return a Search Results object containing advanced facet information. This * data may come from the cache. @@ -301,7 +300,6 @@ class EdsController extends AbstractSearch // catch exceptions more reliably: $results->performAndProcessSearch(); - } catch (\VuFindSearch\Backend\Exception\BackendException $e) { if ($e->hasTag('VuFind\Search\ParserError')) { // If it's a parse error or the user specified an invalid field, we diff --git a/module/VuFind/src/VuFind/Controller/EdsrecordController.php b/module/VuFind/src/VuFind/Controller/EdsrecordController.php index 6d7a0e287c4..ec35238dc39 100644 --- a/module/VuFind/src/VuFind/Controller/EdsrecordController.php +++ b/module/VuFind/src/VuFind/Controller/EdsrecordController.php @@ -79,7 +79,6 @@ class EdsrecordController extends AbstractRecord && $config->Record->next_prev_navigation); } - /** * Is IP Authentication being used? * diff --git a/module/VuFind/src/VuFind/Controller/SearchController.php b/module/VuFind/src/VuFind/Controller/SearchController.php index 84f7eb60efb..b26d708aad6 100644 --- a/module/VuFind/src/VuFind/Controller/SearchController.php +++ b/module/VuFind/src/VuFind/Controller/SearchController.php @@ -664,5 +664,4 @@ class SearchController extends AbstractSearch : array(); } - } diff --git a/module/VuFind/src/VuFind/Db/Row/User.php b/module/VuFind/src/VuFind/Db/Row/User.php index f2f3d4dfbfb..68092c83c83 100644 --- a/module/VuFind/src/VuFind/Db/Row/User.php +++ b/module/VuFind/src/VuFind/Db/Row/User.php @@ -345,7 +345,6 @@ class User extends RowGateway implements \VuFind\Db\Table\DbTableAwareInterface, return $table->getSavedData($resourceId, $source, $listId, $this->id); } - /** * Add/update a resource in the user's account. * diff --git a/module/VuFind/src/VuFind/Db/Table/ResourceTags.php b/module/VuFind/src/VuFind/Db/Table/ResourceTags.php index fd39fedb5f9..dccb8732410 100644 --- a/module/VuFind/src/VuFind/Db/Table/ResourceTags.php +++ b/module/VuFind/src/VuFind/Db/Table/ResourceTags.php @@ -233,7 +233,6 @@ class ResourceTags extends Gateway } }; - // Get a list of all tag IDs being deleted; we'll use these for // orphan-checking: $potentialOrphans = $this->select($callback); diff --git a/module/VuFind/src/VuFind/Db/Table/Search.php b/module/VuFind/src/VuFind/Db/Table/Search.php index 0fa74dc3519..d77839a4349 100644 --- a/module/VuFind/src/VuFind/Db/Table/Search.php +++ b/module/VuFind/src/VuFind/Db/Table/Search.php @@ -47,7 +47,6 @@ class Search extends Gateway parent::__construct('search', 'VuFind\Db\Row\Search'); } - /** * Delete unsaved searches for a particular session. * diff --git a/module/VuFind/src/VuFind/Db/Table/UserResource.php b/module/VuFind/src/VuFind/Db/Table/UserResource.php index a619cbfd180..a46aa12968c 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserResource.php +++ b/module/VuFind/src/VuFind/Db/Table/UserResource.php @@ -159,7 +159,6 @@ class UserResource extends Gateway } }; - // Delete the rows: $this->delete($callback); } diff --git a/module/VuFind/src/VuFind/Db/Table/UserStatsFields.php b/module/VuFind/src/VuFind/Db/Table/UserStatsFields.php index 4de60a82e14..9a38122f8ce 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserStatsFields.php +++ b/module/VuFind/src/VuFind/Db/Table/UserStatsFields.php @@ -27,7 +27,6 @@ */ namespace VuFind\Db\Table; - /** * Table Definition for statistics * diff --git a/module/VuFind/src/VuFind/ILS/Connection.php b/module/VuFind/src/VuFind/ILS/Connection.php index c4b00c4fa42..1fbdbd2476d 100644 --- a/module/VuFind/src/VuFind/ILS/Connection.php +++ b/module/VuFind/src/VuFind/ILS/Connection.php @@ -34,7 +34,6 @@ use VuFind\Exception\ILS as ILSException, VuFind\ILS\Driver\DriverInterface, VuFind\I18n\Translator\TranslatorAwareInterface; - /** * Catalog Connection Class * diff --git a/module/VuFind/src/VuFind/ILS/Driver/Amicus.php b/module/VuFind/src/VuFind/ILS/Driver/Amicus.php index 402cbe6263f..a5fca4f5f36 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Amicus.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Amicus.php @@ -888,7 +888,6 @@ class Amicus extends AbstractBase implements TranslatorAwareInterface $dept = str_replace(";", "", $dept); $dept = str_replace("*", "%", $dept); - $sql = "select distinct(BIB_ITM_NBR) as BIB_ID " . "FROM CPY_ID, SHLF_LIST " . "WHERE CPY_ID.SHLF_LIST_KEY_NBR = SHLF_LIST.SHLF_LIST_KEY_NBR " . @@ -896,7 +895,6 @@ class Amicus extends AbstractBase implements TranslatorAwareInterface "UPPER('" . $dept . "%') " . "AND ROWNUM <= 1000"; - try { $sqlStmt = $this->db->prepare($sql); $sqlStmt->execute(); diff --git a/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php b/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php index c00a7163406..ca4e185fe1c 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php @@ -286,7 +286,6 @@ HERE; return array(); } - /** * Patron Login * @@ -560,7 +559,6 @@ HERE; } } - /** * Only one of the following 2 function should be implemented. * Placing a hold directly can be done with placeHold. diff --git a/module/VuFind/src/VuFind/ILS/Driver/Horizon.php b/module/VuFind/src/VuFind/ILS/Driver/Horizon.php index ff9405d1810..d78d63ede47 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Horizon.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Horizon.php @@ -387,7 +387,6 @@ class Horizon extends AbstractBase return current($status); } - /** * Protected support method for getStatus. * @@ -1065,7 +1064,6 @@ class Horizon extends AbstractBase $required = intval($requiredVersionParts[$i]); $found = intval($foundVersionParts[$i]); - if ($found > $required) { // If found is greater than required stop checking break; diff --git a/module/VuFind/src/VuFind/ILS/Driver/NoILS.php b/module/VuFind/src/VuFind/ILS/Driver/NoILS.php index 592bc810680..364c3f8ec1e 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/NoILS.php +++ b/module/VuFind/src/VuFind/ILS/Driver/NoILS.php @@ -271,7 +271,6 @@ class NoILS extends AbstractBase implements TranslatorAwareInterface return $useHoldings != 'none' && !empty($useHoldings); } - /** * Get Purchase History * diff --git a/module/VuFind/src/VuFind/ILS/Driver/PICA.php b/module/VuFind/src/VuFind/ILS/Driver/PICA.php index bd9ed06be56..fc58073af5c 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/PICA.php +++ b/module/VuFind/src/VuFind/ILS/Driver/PICA.php @@ -612,7 +612,6 @@ class PICA extends DAIA return array(); } - // protected functions to connect to PICA /** @@ -656,7 +655,6 @@ class PICA extends DAIA return $data; } - /** * gets a PPN by its barcode * diff --git a/module/VuFind/src/VuFind/ILS/Driver/Sierra.php b/module/VuFind/src/VuFind/ILS/Driver/Sierra.php index 4d2eda3117a..5a8e9dd5575 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Sierra.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Sierra.php @@ -91,7 +91,6 @@ class Sierra extends AbstractBase return $fullNumber; } - /** * Uses the bib number in VuFind to look up the database ids for the associated * items diff --git a/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php b/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php index fde80f5179a..23480719f70 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php +++ b/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php @@ -170,7 +170,6 @@ class XCNCIP2 extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterf } } - /** * Given a chunk of the availability response, extract the values needed * by VuFind. @@ -573,7 +572,6 @@ class XCNCIP2 extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterf return $this->getConsortialHoldings($id, $patron, $ids); } - /** * Get Purchase History * diff --git a/module/VuFind/src/VuFind/RecordDriver/EDS.php b/module/VuFind/src/VuFind/RecordDriver/EDS.php index 6ccd1231645..070935eea66 100644 --- a/module/VuFind/src/VuFind/RecordDriver/EDS.php +++ b/module/VuFind/src/VuFind/RecordDriver/EDS.php @@ -217,7 +217,6 @@ class EDS extends SolrDefault ? $this->fields['Header']['PubType'] : ''; } - /** * Get the publication type id of the record. * diff --git a/module/VuFind/src/VuFind/RecordDriver/EIT.php b/module/VuFind/src/VuFind/RecordDriver/EIT.php index b1993f647d3..40108eccf2f 100644 --- a/module/VuFind/src/VuFind/RecordDriver/EIT.php +++ b/module/VuFind/src/VuFind/RecordDriver/EIT.php @@ -274,7 +274,6 @@ class EIT extends SolrDefault ? $this->controlInfo['artinfo']['tig']['atl'] : ''; } - /** * Get an array of summary strings for the record. * diff --git a/module/VuFind/src/VuFind/Resolver/Driver/Ezb.php b/module/VuFind/src/VuFind/Resolver/Driver/Ezb.php index bc846babf88..d05441ffe46 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/Ezb.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/Ezb.php @@ -111,7 +111,6 @@ class Ezb implements DriverInterface return $feed; } - /** * Parse Links * diff --git a/module/VuFind/src/VuFind/Resolver/Driver/Threesixtylink.php b/module/VuFind/src/VuFind/Resolver/Driver/Threesixtylink.php index 091e1bf2f76..9d79a745c28 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/Threesixtylink.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/Threesixtylink.php @@ -85,7 +85,6 @@ class Threesixtylink implements DriverInterface return $feed; } - /** * Parse Links * diff --git a/module/VuFind/src/VuFind/Search/EDS/Options.php b/module/VuFind/src/VuFind/Search/EDS/Options.php index 07f5dde3a50..66192ec1e41 100644 --- a/module/VuFind/src/VuFind/Search/EDS/Options.php +++ b/module/VuFind/src/VuFind/Search/EDS/Options.php @@ -371,7 +371,6 @@ class Options extends \VuFind\Search\Base\Options $this->defaultSort = $searchSettings->General->default_sort; } - if (isset($searchSettings->General->default_amount) && isset($this->amountOptions[$searchSettings->General->default_amount]) ) { @@ -389,7 +388,6 @@ class Options extends \VuFind\Search\Base\Options $this->defaultView = 'list|' . $searchSettings->General->default_view; } - if (isset($searchSettings->Advanced_Facet_Settings->special_facets)) { $this->specialAdvancedFacets = $searchSettings->Advanced_Facet_Settings->special_facets; diff --git a/module/VuFind/src/VuFind/Search/EDS/Params.php b/module/VuFind/src/VuFind/Search/EDS/Params.php index f00d4ea8ab5..3212663f31b 100644 --- a/module/VuFind/src/VuFind/Search/EDS/Params.php +++ b/module/VuFind/src/VuFind/Search/EDS/Params.php @@ -228,8 +228,6 @@ class Params extends \VuFind\Search\Base\Params } } - - /** * Set up expanders based on VuFind settings. * @@ -253,7 +251,6 @@ class Params extends \VuFind\Search\Base\Params } } - /** * Return the value for which search view we use * @@ -345,7 +342,6 @@ class Params extends \VuFind\Search\Base\Params return $this->dateFacetSettings; } - /** * Populate common limiters as checkbox facets * diff --git a/module/VuFind/src/VuFind/Search/EDS/Results.php b/module/VuFind/src/VuFind/Search/EDS/Results.php index 2d0773c5f34..473f5e7c347 100644 --- a/module/VuFind/src/VuFind/Search/EDS/Results.php +++ b/module/VuFind/src/VuFind/Search/EDS/Results.php @@ -89,7 +89,6 @@ class Results extends \VuFind\Search\Base\Results } } - /** * Returns the stored list of facets for the last search * diff --git a/module/VuFind/src/VuFind/Search/Factory/SolrDefaultBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/SolrDefaultBackendFactory.php index 526546a9ff2..1a5a4d2d323 100644 --- a/module/VuFind/src/VuFind/Search/Factory/SolrDefaultBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/SolrDefaultBackendFactory.php @@ -28,12 +28,10 @@ */ namespace VuFind\Search\Factory; - use VuFindSearch\Backend\Solr\Response\Json\RecordCollectionFactory; use VuFindSearch\Backend\Solr\Connector; use VuFindSearch\Backend\Solr\Backend; - /** * Factory for the default SOLR backend. * diff --git a/module/VuFind/src/VuFind/Search/Solr/SpellingProcessor.php b/module/VuFind/src/VuFind/Search/Solr/SpellingProcessor.php index 34d55b60507..ce45c94798b 100644 --- a/module/VuFind/src/VuFind/Search/Solr/SpellingProcessor.php +++ b/module/VuFind/src/VuFind/Search/Solr/SpellingProcessor.php @@ -101,7 +101,6 @@ class SpellingProcessor return $this->spellSkipNumeric; } - /** * Get the spelling limit. * diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/MultiBackendTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/MultiBackendTest.php index fe8ca9ea33a..428ea8005f4 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/MultiBackendTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/MultiBackendTest.php @@ -540,7 +540,6 @@ class MultiBackendTest extends \VuFindTest\Unit\TestCase ->with('123456') ->will($this->returnValue($driverReturn)); - $sm = $this->getMockSM($this->any(), 'Voyager', $ILS); $driver->setServiceLocator($sm); @@ -778,7 +777,6 @@ class MultiBackendTest extends \VuFindTest\Unit\TestCase $this->assertTrue($returnVal); } - /** * Testing method for getNewItems * @@ -2217,7 +2215,6 @@ class MultiBackendTest extends \VuFindTest\Unit\TestCase $this->assertTrue($methodReturn); $this->setProperty($driver, 'defaultDriver', null); - //Case: Instance to use is in parameters but does not have method //Result: A return of false diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/RandomRecommendTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/RandomRecommendTest.php index 4fd004d8e59..6b56ccbb600 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/RandomRecommendTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/RandomRecommendTest.php @@ -163,7 +163,6 @@ class RandomRecommendTest extends TestCase $this->equalTo(10) )->will($this->returnValue($this->getMock('VuFindSearch\Response\RecordCollectionInterface'))); - $recommend->setConfig("Solr:10:mixed:retain:20:facet1:value1:facet2:value2"); $recommend->init($params, $request); } diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php b/module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php index 8895dfff766..44c4f6cb860 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php @@ -30,7 +30,6 @@ namespace VuFindSearch\Backend; use VuFindSearch\Response\RecordCollectionInterface; use VuFindSearch\Response\RecordCollectionFactoryInterface; - use Zend\Log\LoggerAwareInterface; /** diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Backend.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Backend.php index bcd06a4e43b..914d41396a4 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Backend.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Backend.php @@ -39,7 +39,6 @@ use VuFindSearch\Response\RecordCollectionFactoryInterface; use VuFindSearch\Backend\AbstractBackend; use VuFindSearch\Backend\Exception\BackendException; - use Zend\Cache\Storage\Adapter\AbstractAdapter as CacheAdapter; use Zend\Config\Config; use Zend\Session\Container as SessionContainer; diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Base.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Base.php index 21e4e992b3f..4fc0033aa82 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Base.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Base.php @@ -163,7 +163,6 @@ abstract class EdsApi_REST_Base return $this->call($url, $headers, $qs); } - /** * Retrieves a record specified by its identifiers * diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Exception.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Exception.php index b8fc8632130..f1aedf6ae22 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Exception.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Exception.php @@ -129,7 +129,6 @@ class EbscoEdsApiException extends Exception ? $this->apiErrorDetails['Description'] : ''; } - /** * Known api detailed error description * diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/QueryBuilder.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/QueryBuilder.php index 7188a318544..f63d4213d95 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/QueryBuilder.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/QueryBuilder.php @@ -92,7 +92,6 @@ class QueryBuilder return $expression; } - /// Internal API /** diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Response/RecordCollection.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Response/RecordCollection.php index e24d25c9638..6250327125d 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Response/RecordCollection.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Response/RecordCollection.php @@ -120,8 +120,6 @@ class RecordCollection extends AbstractRecordCollection return $vufindFacetList; } - - /** * Return offset in the total search result set. * diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Connector.php b/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Connector.php index eb4f9396a8a..99b12fdb1b8 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Connector.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Connector.php @@ -161,7 +161,6 @@ class Connector implements \Zend\Log\LoggerAwareInterface return $result; } - /** * Support method for query() -- perform inner search logic * -- GitLab