From 67a94c222c202b467e1b2d545e98d71d012e6175 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 23 Jun 2015 18:38:54 +0530 Subject: [PATCH] Set proper types Signed-off-by: Madhura Jayaratne --- libraries/navigation/NavigationTree.class.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libraries/navigation/NavigationTree.class.php b/libraries/navigation/NavigationTree.class.php index 2b60246709..c48d788c41 100644 --- a/libraries/navigation/NavigationTree.class.php +++ b/libraries/navigation/NavigationTree.class.php @@ -549,12 +549,12 @@ class PMA_NavigationTree * References to existing children are returned * if this function is called twice on the same node * - * @param Node $db The database node, new containers will be - * attached to this node - * @param string $type The type of item being paginated on - * the second level of the tree - * @param int $pos2 The position for the pagination of - * the branch at the second level of the tree + * @param Node_Database $db The database node, new containers will be + * attached to this node + * @param string $type The type of item being paginated on + * the second level of the tree + * @param int $pos2 The position for the pagination of + * the branch at the second level of the tree * * @return array An array of new nodes */