mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/11768] Removed unused use statements
PHPBB3-11768
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
namespace phpbb\textformatter\s9e;
|
namespace phpbb\textformatter\s9e;
|
||||||
|
|
||||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
|
||||||
use s9e\TextFormatter\Parser\BuiltInFilters;
|
use s9e\TextFormatter\Parser\BuiltInFilters;
|
||||||
use s9e\TextFormatter\Parser\Logger;
|
use s9e\TextFormatter\Parser\Logger;
|
||||||
|
|
||||||
|
@@ -13,8 +13,6 @@
|
|||||||
|
|
||||||
namespace phpbb\textformatter\s9e;
|
namespace phpbb\textformatter\s9e;
|
||||||
|
|
||||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* s9e\TextFormatter\Renderer adapter
|
* s9e\TextFormatter\Renderer adapter
|
||||||
* @package phpBB3
|
* @package phpBB3
|
||||||
|
Reference in New Issue
Block a user