aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e
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/s9e
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/s9e')
-rw-r--r--phpBB/phpbb/textformatter/s9e/factory.php1
-rw-r--r--phpBB/phpbb/textformatter/s9e/parser.php1
-rw-r--r--phpBB/phpbb/textformatter/s9e/renderer.php1
-rw-r--r--phpBB/phpbb/textformatter/s9e/utils.php1
4 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/phpbb/textformatter/s9e/factory.php b/phpBB/phpbb/textformatter/s9e/factory.php
index 9af34ab90a..20ed692850 100644
--- a/phpBB/phpbb/textformatter/s9e/factory.php
+++ b/phpBB/phpbb/textformatter/s9e/factory.php
@@ -18,7 +18,6 @@ use s9e\TextFormatter\Configurator\Items\AttributeFilters\Regexp as RegexpFilter
/**
* Creates s9e\TextFormatter objects
-* @package phpBB3
*/
class factory implements \phpbb\textformatter\cache
{
diff --git a/phpBB/phpbb/textformatter/s9e/parser.php b/phpBB/phpbb/textformatter/s9e/parser.php
index b717dea962..977097462b 100644
--- a/phpBB/phpbb/textformatter/s9e/parser.php
+++ b/phpBB/phpbb/textformatter/s9e/parser.php
@@ -18,7 +18,6 @@ use s9e\TextFormatter\Parser\Logger;
/**
* s9e\TextFormatter\Parser adapter
-* @package phpBB3
*/
class parser extends \phpbb\textformatter\parser
{
diff --git a/phpBB/phpbb/textformatter/s9e/renderer.php b/phpBB/phpbb/textformatter/s9e/renderer.php
index 54382d7d1e..ab0b032eb4 100644
--- a/phpBB/phpbb/textformatter/s9e/renderer.php
+++ b/phpBB/phpbb/textformatter/s9e/renderer.php
@@ -15,7 +15,6 @@ namespace phpbb\textformatter\s9e;
/**
* s9e\TextFormatter\Renderer adapter
-* @package phpBB3
*/
class renderer extends \phpbb\textformatter\renderer
{
diff --git a/phpBB/phpbb/textformatter/s9e/utils.php b/phpBB/phpbb/textformatter/s9e/utils.php
index 19cd3a11c8..57e836d2d4 100644
--- a/phpBB/phpbb/textformatter/s9e/utils.php
+++ b/phpBB/phpbb/textformatter/s9e/utils.php
@@ -15,7 +15,6 @@ namespace phpbb\textformatter\s9e;
/**
* Text manipulation utilities
-* @package phpBB3
*/
class utils extends \phpbb\textformatter\utils
{