From 7b103ac57406bc4584f7ccc4c088879ec01b1065 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 23 Jan 2015 09:54:36 -0500 Subject: [PATCH] Style fixes. --- .../VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php index a3a51d0df5e..06ec8fef58b 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 */ -- GitLab