From 6df31e2874623c38e807c24c3ce91c53c214cfdd Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 27 Jan 2017 09:26:49 -0500 Subject: [PATCH] Minor style fixes. --- module/VuFind/src/VuFind/ILS/Driver/Innovative.php | 2 +- module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Innovative.php b/module/VuFind/src/VuFind/ILS/Driver/Innovative.php index 4f20df3c325..f4bee878da1 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Innovative.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Innovative.php @@ -105,7 +105,7 @@ class Innovative extends AbstractBase implements } else { // Return digits only. $id_ = substr($id, 1); - }; + } return $id_; } diff --git a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php index 2db727f0721..b203af9b4fb 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php +++ b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php @@ -428,7 +428,7 @@ class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements $this->initDb(); } if (!$this->pickupEnableBranchcodes) { - // No defaultPickupLocation is defined in config + // No defaultPickupLocation is defined in config // AND no pickupLocations are defined either if (isset($holdDetails['item_id']) && (empty($holdDetails['level']) || $holdDetails['level'] == 'item') -- GitLab