Skip to content

Commit 3857185

Browse files
committed
Update getAllowedServicePoints signature
1 parent e4c4fbf commit 3857185

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

module/VuFind/src/VuFind/ILS/Driver/Folio.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)