aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/data_access.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/data_access.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/data_access.php')
-rw-r--r--phpBB/phpbb/textformatter/data_access.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/phpbb/textformatter/data_access.php b/phpBB/phpbb/textformatter/data_access.php
index ec6bf9f88e..2576b734f4 100644
--- a/phpBB/phpbb/textformatter/data_access.php
+++ b/phpBB/phpbb/textformatter/data_access.php
@@ -14,14 +14,10 @@
namespace phpbb\textformatter;
/**
-* text_formatter.data_access service
-*
* Data access layer that fetchs BBCodes, smilies and censored words from the database.
* To be extended to include insert/update/delete operations.
*
* Also used to get templates.
-*
-* @package phpBB3
*/
class data_access
{