From 0677c0551b995e33ed7b433862d730b7994db040 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 1 Dec 2015 09:58:39 -0500 Subject: [PATCH] php-cs-fixer --- module/VuFind/src/VuFind/ILS/Driver/Horizon.php | 1 - module/VuFind/src/VuFind/RecordDriver/EDS.php | 1 - .../tests/unit-tests/src/VuFindTest/ILS/Driver/DAIATest.php | 1 - 3 files changed, 3 deletions(-) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Horizon.php b/module/VuFind/src/VuFind/ILS/Driver/Horizon.php index d7a0ac78c40..f034e5e0b83 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Horizon.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Horizon.php @@ -277,7 +277,6 @@ class Horizon extends AbstractBase $duedate = $row['DUEDATE']; $item_status = $row['STATUS_CODE']; //get the item status code - $statusValues = $this->parseStatus($item_status); if (isset($statusValues['duedate'])) { diff --git a/module/VuFind/src/VuFind/RecordDriver/EDS.php b/module/VuFind/src/VuFind/RecordDriver/EDS.php index a6789a98065..33ef25bbd80 100644 --- a/module/VuFind/src/VuFind/RecordDriver/EDS.php +++ b/module/VuFind/src/VuFind/RecordDriver/EDS.php @@ -442,7 +442,6 @@ class EDS extends SolrDefault // Map xml tags to the HTML tags // This is just a small list, the total number of xml tags is far greater - // Any group can be added here, but we only use Au (Author) // Other groups, not present here, won't be transformed to HTML links $allowed_searchlink_groups = ['au','su']; diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DAIATest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DAIATest.php index 326f97fa7cf..0b2d4c6c3f3 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DAIATest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DAIATest.php @@ -127,7 +127,6 @@ class DAIATest extends \VuFindTest\Unit\ILSDriverTestCase // exact result for using the DAIA.php with testfile daia.json - $this->assertEquals($result, $this->testResult); } -- GitLab