diff --git a/module/VuDL/src/VuDL/OutlineGenerator.php b/module/VuDL/src/VuDL/OutlineGenerator.php index ce1f47f044c3ae720ff2b24dccd1350aab83a1d4..d52012d523311c352748f6991fda6b8aa9d1aa7c 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 4072ffbcd263f6830a83226810fd43c83bb7d3d7..62fcfac5c346aca59020ed0ddba42f07678aad59 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 5838d5ea76d935fb53b3c1a3f9cbbe7fe8f3d9db..8b5b2d11bc71f22ac187ab702bc672375041e41c 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 6d7a0e287c40533a4e8ecbb446804bec8965979b..ec35238dc3902d9f73068d325a0a784dd65fbeb0 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 84f7eb60efbb2af808d752d6f5c1254625e30ab1..b26d708aad6b810a3a56fefb4a6e8a0bee56b2ae 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 f2f3d4dfbfb36b7a3b23e14a0ab1af3003ede929..68092c83c83280f0f289428f2c410942ceabf012 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 fd39fedb5f98ca03d971d86cec7deefef503c423..dccb87324102502680bcbaace3909e001f751784 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 0fa74dc35193130c778392f634d96b8f8cb5bc8f..d77839a4349559bd06228ef270ecfd8cc5424f29 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 a619cbfd1808323fdd2f947eb78ffc16b11cc69c..a46aa12968caf5fb2522588216a1408a89919106 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 4de60a82e14e81de45b80e39dd89caa37733c06b..9a38122f8ce445247ebf139c1800f33e13eb41b8 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 c4b00c4fa422736f3eb4d8819fa3ec93a5c63d1b..1fbdbd2476d418b6f05436388114b176cc7b4d37 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 402cbe6263feca414cd78684f8e44d21cd038676..a5fca4f5f36ce61f4d4f50f90db45747f5f37695 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 c00a7163406e3a94da41fc6291374d4c0b67d6c9..ca4e185fe1c502ec92c73e2b19d8f4b351a75494 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 ff9405d18105d36588e302df4dbe1eed64a7f703..d78d63ede4707ca87b1efb90b97d30435e04ed67 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 592bc810680fcb0678edbe6ae9ebbe08816505d4..364c3f8ec1eb368bfc163a31635095e5a6007639 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 bd9ed06be56204539402d19859e24b0e1d9a0f1b..fc58073af5c18a8f715a37c4702505e2fbebaf74 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 4d2eda3117a385bcf56b429a83afd09ef9eb3737..5a8e9dd5575a46924f6840bdf048feff772ad9b6 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 fde80f5179a5aa6260be84d8536c85fa2296937b..23480719f7099d1431a79fdfa4253b0832590aef 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 6ccd1231645dc0fd038461307a71de113b1a7608..070935eea66ceca2a386c4ef6fc74fe9dd411b6e 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 b1993f647d31be39daba138322bc4e901920f04b..40108eccf2fe1a2cbc8b37432ee87e6eba548312 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 bc846babf88249e507fcc2b48ae30a6f3c08d602..d05441ffe46e1d1c3caa002d06423e88c0d088df 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 091e1bf2f76ce2025734c5c1a1dda8c6e029e34a..9d79a745c28cae427598f865e4a1f1a45bb87d5d 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 07f5dde3a50a13a60fa4907ab5cbea1c559895e7..66192ec1e41582aae6bfb65b5080d4dc5d25a61f 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 f00d4ea8ab5ef7b6055f77138b42a8dc69b5767c..3212663f31b5113e186a055debaa451c9bcadeff 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 2d0773c5f3410ad40854cdf26fe55a357d7c9f40..473f5e7c347cc119622d78e9406f560038702cf3 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 526546a9ff257f746921b7a8b15913a2b57955a9..1a5a4d2d3237e403c07f54a87996f2bdbe686038 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 34d55b605073f13b1c5d625ee89908ccfdb561ee..ce45c94798ba43b346f94fb0116188074225a65d 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 fe8ca9ea33a5ef770cc720dc47aca6995f3fe35c..428ea8005f4e44e05faab9dd0c224246e05ca74f 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 4fd004d8e594f8c3657e33b63f0693531758c86f..6b56ccbb6001d3e6f37b1e193d50f9e96c18e462 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 8895dfff766a26982614e5d6d5acfbf6391c3b94..44c4f6cb8609190c0944cf7a97b9775a8f11fde8 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 bcd06a4e43b6792107b758016b35debbb454c486..914d41396a4629f375809dad919aa885922996ec 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 21e4e992b3fbf9c8feb261871d5ff46f7fabd6bd..4fc0033aa825300180d04faf8b999fa49164e871 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 b8fc86321307f626cf55a5dd20be3826d1036f26..f1aedf6ae22668c6a97964cdabd9af690784e604 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 7188a318544acaee890162e2891e16c96a8dc8fc..f63d4213d9512106ff00a560da7e9a49d10843ae 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 e24d25c963817816a2f0698a7adeeab1cb71cddc..6250327125d9a06989b53abd4fa4c595614a8d0c 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 eb4f9396a8afc53eeb0d45925a38a1fafeaaa057..99b12fdb1b8e1ceca4d9df15796249fba28629ea 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 *