aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/groupposition/teampage.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/groupposition/teampage.php')
-rw-r--r--phpBB/includes/groupposition/teampage.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/includes/groupposition/teampage.php b/phpBB/includes/groupposition/teampage.php
index ab23dd0420..a189d5def9 100644
--- a/phpBB/includes/groupposition/teampage.php
+++ b/phpBB/includes/groupposition/teampage.php
@@ -60,8 +60,9 @@ class phpbb_groupposition_teampage implements phpbb_groupposition_interface
/**
* Constructor
*
- * @param dbal $db Database object
- * @param phpbb_user $user User object
+ * @param dbal $db Database object
+ * @param phpbb_user $user User object
+ * @param phpbb_cache_driver_interface $cache Cache object
*/
public function __construct(dbal $db, phpbb_user $user, phpbb_cache_driver_interface $cache)
{