diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php
index a3a51d0df5ed472951b657c5bff9b68cf87f6b44..06ec8fef58bb784b1986886a0c5f7492ca3289c5 100644
--- a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php
+++ b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php
@@ -224,7 +224,7 @@ class JSTree extends AbstractBase
     /**
      * Recursive function to convert the json to the right format
      *
-     * @param JSON   $node        JSON object of a node/top node
+     * @param object $node        JSON object of a node/top node
      * @param string $context     Record or Collection
      * @param string $hierarchyID Collection ID
      *
@@ -257,9 +257,9 @@ class JSTree extends AbstractBase
     /**
      * Use the router to build the appropriate URL based on context
      *
-     * @param JSON   $node        JSON object of a node/top node
-     * @param string $context     Record or Collection
-     * @param string $hierarchyID Collection ID
+     * @param object $node         JSON object of a node/top node
+     * @param string $context      Record or Collection
+     * @param string $collectionID Collection ID
      *
      * @return string
      */