Skip to content
Snippets Groups Projects
Commit 0677c055 authored by Demian Katz's avatar Demian Katz
Browse files

php-cs-fixer

parent b701b0af
No related merge requests found
...@@ -277,7 +277,6 @@ class Horizon extends AbstractBase ...@@ -277,7 +277,6 @@ class Horizon extends AbstractBase
$duedate = $row['DUEDATE']; $duedate = $row['DUEDATE'];
$item_status = $row['STATUS_CODE']; //get the item status code $item_status = $row['STATUS_CODE']; //get the item status code
$statusValues = $this->parseStatus($item_status); $statusValues = $this->parseStatus($item_status);
if (isset($statusValues['duedate'])) { if (isset($statusValues['duedate'])) {
......
...@@ -442,7 +442,6 @@ class EDS extends SolrDefault ...@@ -442,7 +442,6 @@ class EDS extends SolrDefault
// Map xml tags to the HTML tags // Map xml tags to the HTML tags
// This is just a small list, the total number of xml tags is far greater // 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) // Any group can be added here, but we only use Au (Author)
// Other groups, not present here, won't be transformed to HTML links // Other groups, not present here, won't be transformed to HTML links
$allowed_searchlink_groups = ['au','su']; $allowed_searchlink_groups = ['au','su'];
......
...@@ -127,7 +127,6 @@ class DAIATest extends \VuFindTest\Unit\ILSDriverTestCase ...@@ -127,7 +127,6 @@ class DAIATest extends \VuFindTest\Unit\ILSDriverTestCase
// exact result for using the DAIA.php with testfile daia.json // exact result for using the DAIA.php with testfile daia.json
$this->assertEquals($result, $this->testResult); $this->assertEquals($result, $this->testResult);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment