Align docs. Use proper type
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
cdfc2d7ba6
commit
b0e08a76ec
@ -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
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user