mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/17191] Removed unused use statements
PHPBB3-17191
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
namespace phpbb\language;
|
namespace phpbb\language;
|
||||||
|
|
||||||
use phpbb\config\config;
|
|
||||||
use phpbb\language\exception\invalid_plural_rule_exception;
|
use phpbb\language\exception\invalid_plural_rule_exception;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -16,7 +16,6 @@ namespace phpbb\language;
|
|||||||
use DomainException;
|
use DomainException;
|
||||||
use phpbb\json\sanitizer as json_sanitizer;
|
use phpbb\json\sanitizer as json_sanitizer;
|
||||||
use Symfony\Component\Finder\Finder;
|
use Symfony\Component\Finder\Finder;
|
||||||
use phpbb\config\config;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper class for language file related functions
|
* Helper class for language file related functions
|
||||||
|
Reference in New Issue
Block a user