diff --git a/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php b/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php
index 188f56e20bcfbc87d0a2400fc32b6665554cb0f3..0236451e9fed860336d5b5447e036c961e7f18ff 100644
--- a/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php
+++ b/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php
@@ -125,7 +125,7 @@ class TitleHolds
      *
      * @param string $id   A Bib ID
      * @param string $type The holds mode to be applied from:
-     * (all, holds, recalls, availability)
+     * (disabled, always, availability, driver)
      *
      * @return mixed A url on success, boolean false on failure
      */