Skip to content
Snippets Groups Projects
Commit 7b103ac5 authored by Demian Katz's avatar Demian Katz
Browse files

Style fixes.

parent fba15734
No related merge requests found
...@@ -224,7 +224,7 @@ class JSTree extends AbstractBase ...@@ -224,7 +224,7 @@ class JSTree extends AbstractBase
/** /**
* Recursive function to convert the json to the right format * 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 $context Record or Collection
* @param string $hierarchyID Collection ID * @param string $hierarchyID Collection ID
* *
...@@ -257,9 +257,9 @@ class JSTree extends AbstractBase ...@@ -257,9 +257,9 @@ class JSTree extends AbstractBase
/** /**
* Use the router to build the appropriate URL based on context * Use the router to build the appropriate URL based on context
* *
* @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 $context Record or Collection
* @param string $hierarchyID Collection ID * @param string $collectionID Collection ID
* *
* @return string * @return string
*/ */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment