[ticket/12718] Update docblock

PHPBB3-12718
This commit is contained in:
Dhruv 2014-07-22 00:45:11 +05:30
parent 17e360225d
commit 340bea63b6

View file

@ -623,9 +623,7 @@ class content_visibility
/** /**
* Remove topic from forum statistics * Remove topic from forum statistics
* *
* @param $topic_id int The topic to act on * @param $data array Post and topic data
* @param $forum_id int Forum where the topic is found
* @param $topic_row array Contains information from the topic, may be empty at call time
* @param $sql_data array Populated with the SQL changes, may be empty at call time * @param $sql_data array Populated with the SQL changes, may be empty at call time
* @return null * @return null
*/ */