aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-15 15:15:06 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-15 19:15:11 +0200
commit706484c80d7b5f5958e734fb63907b91930203a5 (patch)
treef1f5daeba7d4c21a59bb709fa46705d703f8d179 /phpBB
parentdba01c56908209bd37c7c4f6d9c7c3c258a4b9ef (diff)
downloadforums-706484c80d7b5f5958e734fb63907b91930203a5.tar
forums-706484c80d7b5f5958e734fb63907b91930203a5.tar.gz
forums-706484c80d7b5f5958e734fb63907b91930203a5.tar.bz2
forums-706484c80d7b5f5958e734fb63907b91930203a5.tar.xz
forums-706484c80d7b5f5958e734fb63907b91930203a5.zip
[ticket/12715] Cleanup comments in \phpbb\content_visibility
PHPBB3-12715
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/phpbb/content_visibility.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/phpbb/content_visibility.php b/phpBB/phpbb/content_visibility.php
index 380a479e4a..1f50032f26 100644
--- a/phpBB/phpbb/content_visibility.php
+++ b/phpBB/phpbb/content_visibility.php
@@ -54,10 +54,13 @@ class content_visibility
*
* @param \phpbb\auth\auth $auth Auth object
* @param \phpbb\db\driver\driver_interface $db Database object
- * @param \phpbb\user $user User object
+ * @param \phpbb\user $user User object
* @param string $phpbb_root_path Root path
* @param string $php_ext PHP Extension
- * @return null
+ * @param string $forums_table Forums table name
+ * @param string $posts_table Posts table name
+ * @param string $topics_table Topics table name
+ * @param string $users_table Users table name
*/
public function __construct(\phpbb\auth\auth $auth, \phpbb\db\driver\driver_interface $db, \phpbb\user $user, $phpbb_root_path, $php_ext, $forums_table, $posts_table, $topics_table, $users_table)
{