mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17191] Removed unused use statements
PHPBB3-17191
This commit is contained in:
parent
4ed18355e9
commit
3cc2e41af8
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue