aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-07-22 00:45:11 +0530
committerDhruv <dhruv.goel92@gmail.com>2014-08-07 17:19:28 +0200
commit340bea63b6df2e55bd3d35ed7e4085bf3a992b81 (patch)
tree4fdd4bbb2b2939c1657b8e5c75fb36b1bffadb7e
parent17e360225d50fc3deac33697e24da43eab2ec8b1 (diff)
downloadforums-340bea63b6df2e55bd3d35ed7e4085bf3a992b81.tar
forums-340bea63b6df2e55bd3d35ed7e4085bf3a992b81.tar.gz
forums-340bea63b6df2e55bd3d35ed7e4085bf3a992b81.tar.bz2
forums-340bea63b6df2e55bd3d35ed7e4085bf3a992b81.tar.xz
forums-340bea63b6df2e55bd3d35ed7e4085bf3a992b81.zip
[ticket/12718] Update docblock
PHPBB3-12718
-rw-r--r--phpBB/phpbb/content_visibility.php4
1 files changed, 1 insertions, 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
*/