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