mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11768] Removed unused use statements
PHPBB3-11768
This commit is contained in:
parent
90d1a431bd
commit
3b115a903a
2 changed files with 0 additions and 3 deletions
|
@ -13,7 +13,6 @@
|
|||
|
||||
namespace phpbb\textformatter\s9e;
|
||||
|
||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
use s9e\TextFormatter\Parser\BuiltInFilters;
|
||||
use s9e\TextFormatter\Parser\Logger;
|
||||
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
|
||||
namespace phpbb\textformatter\s9e;
|
||||
|
||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
|
||||
/**
|
||||
* s9e\TextFormatter\Renderer adapter
|
||||
* @package phpBB3
|
||||
|
|
Loading…
Add table
Reference in a new issue