Skip to content

Commit

Permalink
Satisfy phpstan.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jan 26, 2024
1 parent 26bd523 commit a0b49fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/ILS/Driver/Folio.php
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ public function placeHold($holdDetails)
break;
}
}
return $result;
return $result ?? ['success' => false, 'status' => 'Unexpected failure'];
}

/**
Expand Down

0 comments on commit a0b49fb

Please sign in to comment.