File tree Expand file tree Collapse file tree
module/VuFind/src/VuFind/ILS/Driver Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2074,14 +2074,14 @@ protected function performHoldRequest(array $requestBody): array
20742074 /**
20752075 * Get allowed service points for a request. Returns null if data cannot be obtained.
20762076 *
2077- * @param string $instanceId Instance UUID being requested
2078- * @param string $itemId Item UUID being requested
2079- * @param string $requesterId Patron UUID placing request
2080- * @param string $operation Operation type (default = create)
2077+ * @param string $instanceId Instance UUID being requested
2078+ * @param ? string $itemId Item UUID being requested (or null if unavailable/inapplicable)
2079+ * @param string $requesterId Patron UUID placing request
2080+ * @param string $operation Operation type (default = create)
20812081 *
20822082 * @return ?array
20832083 */
2084- public function getAllowedServicePoints (
2084+ protected function getAllowedServicePoints (
20852085 string $ instanceId ,
20862086 ?string $ itemId ,
20872087 string $ requesterId ,
You can’t perform that action at this time.
0 commit comments