aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/utils.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/textformatter/utils.php')
-rw-r--r--phpBB/phpbb/textformatter/utils.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/phpbb/textformatter/utils.php b/phpBB/phpbb/textformatter/utils.php
index c9bed94553..13942b9248 100644
--- a/phpBB/phpbb/textformatter/utils.php
+++ b/phpBB/phpbb/textformatter/utils.php
@@ -14,11 +14,7 @@
namespace phpbb\textformatter;
/**
-* text_formatter.utils service
-*
* Used to manipulate a parsed text
-*
-* @package phpBB3
*/
abstract class utils
{