aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/cache.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-03-03 00:38:35 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-04-02 19:16:02 +0200
commitbaadc2a6e52437d9d5912c828a337a3c2866c9eb (patch)
treef73a940adee1c6bc357cd5d967296fb09539716d /phpBB/phpbb/textformatter/cache.php
parent5fe74cd3944387831fb1949198409481a1358ee5 (diff)
downloadforums-baadc2a6e52437d9d5912c828a337a3c2866c9eb.tar
forums-baadc2a6e52437d9d5912c828a337a3c2866c9eb.tar.gz
forums-baadc2a6e52437d9d5912c828a337a3c2866c9eb.tar.bz2
forums-baadc2a6e52437d9d5912c828a337a3c2866c9eb.tar.xz
forums-baadc2a6e52437d9d5912c828a337a3c2866c9eb.zip
[ticket/11768] Removed unused annotations
PHPBB3-11768
Diffstat (limited to 'phpBB/phpbb/textformatter/cache.php')
-rw-r--r--phpBB/phpbb/textformatter/cache.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/phpbb/textformatter/cache.php b/phpBB/phpbb/textformatter/cache.php
index c92683217e..a2f7ff7d7b 100644
--- a/phpBB/phpbb/textformatter/cache.php
+++ b/phpBB/phpbb/textformatter/cache.php
@@ -14,14 +14,8 @@
namespace phpbb\textformatter;
/**
-* text_formatter.cache service
-*
* Currently only used to signal that something that could effect the rendering has changed.
* BBCodes, smilies, censored words, templates, etc...
-*
-* @todo functionality should be moved to data_access
-*
-* @package phpBB3
*/
interface cache
{