aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/acp/acp_styles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php
index 904769f0d1..b652fd6587 100644
--- a/phpBB/includes/acp/acp_styles.php
+++ b/phpBB/includes/acp/acp_styles.php
@@ -53,7 +53,7 @@ class acp_styles
/** @var \phpbb\auth\auth */
protected $auth;
- /** @var \phpbb\textformatter\cache */
+ /** @var \phpbb\textformatter\cache_interface */
protected $text_formatter_cache;
/** @var string */