From b0e08a76ecf375924209a6df2d51a3d69f739656 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 23 Jun 2015 19:24:54 +0530 Subject: [PATCH] Align docs. Use proper type Signed-off-by: Madhura Jayaratne --- libraries/navigation/NavigationTree.class.php | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/libraries/navigation/NavigationTree.class.php b/libraries/navigation/NavigationTree.class.php index c48d788c41..7f0ef41fd1 100644 --- a/libraries/navigation/NavigationTree.class.php +++ b/libraries/navigation/NavigationTree.class.php @@ -494,14 +494,14 @@ class PMA_NavigationTree * References to existing children are returned * if this function is called twice on the same node * - * @param Node $table The table node, new containers will be - * attached to this node - * @param int $pos2 The position for the pagination of - * the branch at the second level of the tree - * @param string $type3 The type of item being paginated on - * the third level of the tree - * @param int $pos3 The position for the pagination of - * the branch at the third level of the tree + * @param Node_Table $table The table node, new containers will be + * attached to this node + * @param int $pos2 The position for the pagination of + * the branch at the second level of the tree + * @param string $type3 The type of item being paginated on + * the third level of the tree + * @param int $pos3 The position for the pagination of + * the branch at the third level of the tree * * @return array An array of new nodes */ @@ -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_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 + * @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 */