1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/11768] Removed unused annotations

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-03-03 00:38:35 +01:00
parent 5fe74cd394
commit baadc2a6e5
9 changed files with 0 additions and 26 deletions

View File

@@ -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
{

View File

@@ -18,7 +18,6 @@ use s9e\TextFormatter\Parser\Logger;
/**
* s9e\TextFormatter\Parser adapter
* @package phpBB3
*/
class parser extends \phpbb\textformatter\parser
{

View File

@@ -15,7 +15,6 @@ namespace phpbb\textformatter\s9e;
/**
* s9e\TextFormatter\Renderer adapter
* @package phpBB3
*/
class renderer extends \phpbb\textformatter\renderer
{

View File

@@ -15,7 +15,6 @@ namespace phpbb\textformatter\s9e;
/**
* Text manipulation utilities
* @package phpBB3
*/
class utils extends \phpbb\textformatter\utils
{