From 340bea63b6df2e55bd3d35ed7e4085bf3a992b81 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Tue, 22 Jul 2014 00:45:11 +0530 Subject: [PATCH] [ticket/12718] Update docblock PHPBB3-12718 --- phpBB/phpbb/content_visibility.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/phpBB/phpbb/content_visibility.php b/phpBB/phpbb/content_visibility.php index 9d61c84be1..130bd36273 100644 --- a/phpBB/phpbb/content_visibility.php +++ b/phpBB/phpbb/content_visibility.php @@ -623,9 +623,7 @@ class content_visibility /** * Remove topic from forum statistics * - * @param $topic_id int The topic to act on - * @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 $data array Post and topic data * @param $sql_data array Populated with the SQL changes, may be empty at call time * @return null */