diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-03-03 00:38:35 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-02 19:16:02 +0200 |
commit | baadc2a6e52437d9d5912c828a337a3c2866c9eb (patch) | |
tree | f73a940adee1c6bc357cd5d967296fb09539716d /phpBB/phpbb/textformatter/utils.php | |
parent | 5fe74cd3944387831fb1949198409481a1358ee5 (diff) | |
download | forums-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/utils.php')
-rw-r--r-- | phpBB/phpbb/textformatter/utils.php | 4 |
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 { |