From b8f927b741ec73a6037096a9eded1da182c884fe Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 27 Mar 2020 15:29:34 -0400 Subject: [PATCH] Remove duplicate function comment. --- .../VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php index 8f729cb44bf..4fe3bd39595 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php +++ b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php @@ -1248,18 +1248,6 @@ EOT; return empty($blockReason) ? false : $blockReason; } - /** - * Renew My Items - * - * Function for attempting to renew a patron's items. The data in - * $renewDetails['details'] is determined by getRenewDetails(). - * - * @param array $renewDetails An array of data required for renewing items - * including the Patron ID and an array of renewal IDS - * - * @return array An array of renewal information keyed by item ID - */ - /** * Renew My Items * -- GitLab