diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-03-16 03:32:20 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-02 19:16:03 +0200 |
commit | 718ace2121dc5e58bb1c09d730a867cde20518eb (patch) | |
tree | 1bae87c1da68a5fd31976880c2bbe5540e9d283e /phpBB/includes/acp/acp_styles.php | |
parent | 4398da234ec75cb95ddab82a0fb8f3567790a60b (diff) | |
download | forums-718ace2121dc5e58bb1c09d730a867cde20518eb.tar forums-718ace2121dc5e58bb1c09d730a867cde20518eb.tar.gz forums-718ace2121dc5e58bb1c09d730a867cde20518eb.tar.bz2 forums-718ace2121dc5e58bb1c09d730a867cde20518eb.tar.xz forums-718ace2121dc5e58bb1c09d730a867cde20518eb.zip |
[ticket/11768] Updated annotation [ci skip]
PHPBB3-11768
Diffstat (limited to 'phpBB/includes/acp/acp_styles.php')
-rw-r--r-- | phpBB/includes/acp/acp_styles.php | 2 |
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 */ |