[ticket/17191] Removed unused use statements

PHPBB3-17191
This commit is contained in:
Marc Alexander 2023-10-04 22:07:21 +02:00
parent 4ed18355e9
commit 3cc2e41af8
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 0 additions and 2 deletions

View file

@ -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;
/** /**

View file

@ -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