mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/11495] Fix doc blocks once more
PHPBB3-11495
This commit is contained in:
@@ -115,7 +115,7 @@ abstract class phpbb_tree_nestedset implements phpbb_tree_interface
|
||||
}
|
||||
|
||||
/**
|
||||
* Add an existing item at the end of the tree
|
||||
* Add an item which already has a database row at the end of the tree
|
||||
*
|
||||
* @param array $item The item to be added
|
||||
* @return bool True if the item was added
|
||||
@@ -145,9 +145,9 @@ abstract class phpbb_tree_nestedset implements phpbb_tree_interface
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove an item from the tree WITHOUT removing the items from the table
|
||||
* Remove an item from the tree without deleting it from the database
|
||||
*
|
||||
* Also removes all subitems from the tree
|
||||
* Also removes all subitems from the tree without deleting them from the database either
|
||||
*
|
||||
* @param int $item_id The item to be deleted
|
||||
* @return array Item ids that have been removed
|
||||
|
Reference in New Issue
Block a user